Org.Apache.Http.Message.BasicTokenIterator.IsTokenChar Method
Checks whether a character is a valid token character.

Syntax

[Android.Runtime.Register("isTokenChar", "(C)Z", "GetIsTokenChar_CHandler")]
protected virtual bool IsTokenChar (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 valid token character. Whitespace, control characters, and HTTP separators are not valid token characters. The HTTP specification (RFC 2616, section 2.2) defines tokens only for the US-ASCII character set, this method extends the definition to other character sets.

[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