BasicTokenIterator.IsHttpSeparator(Char) Method

Definition

Checks whether a character is an HTTP separator.

[Android.Runtime.Register("isHttpSeparator", "(C)Z", "GetIsHttpSeparator_CHandler")]
protected virtual bool IsHttpSeparator (char ch);
[<Android.Runtime.Register("isHttpSeparator", "(C)Z", "GetIsHttpSeparator_CHandler")>]
abstract member IsHttpSeparator : char -> bool
override this.IsHttpSeparator : char -> bool

Parameters

ch
Char

the character to check

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to