Org.Apache.Http.Message.BasicTokenIterator.IsTokenSeparator Method
Checks whether a character is a token separator.

Syntax

[Android.Runtime.Register("isTokenSeparator", "(C)Z", "GetIsTokenSeparator_CHandler")]
protected virtual bool IsTokenSeparator (char ch)

Parameters

ch
the character to check

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether a character is a token separator. RFC 2616, section 2.1 defines comma as the separator for #token sequences. The end of a header value will also separate tokens, but that is not a character check.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Message
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1