Org.Apache.Http.Message.BasicTokenIterator.IsHttpSeparator Method
Checks whether a character is an HTTP separator.

Syntax

[Android.Runtime.Register("isHttpSeparator", "(C)Z", "GetIsHttpSeparator_CHandler")]
protected virtual bool IsHttpSeparator (char ch)

Parameters

ch
the character to check

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether a character is an HTTP separator. The implementation in this class checks only for the HTTP separators defined in RFC 2616, section 2.2. If you need to detect other separators beyond the US-ASCII character set, override this method.

[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