BasicTokenIterator.FindTokenSeparator(Int32) Method

Definition

Determines the position of the next token separator.

[Android.Runtime.Register("findTokenSeparator", "(I)I", "GetFindTokenSeparator_IHandler")]
protected virtual int FindTokenSeparator (int from);
[<Android.Runtime.Register("findTokenSeparator", "(I)I", "GetFindTokenSeparator_IHandler")>]
abstract member FindTokenSeparator : int -> int
override this.FindTokenSeparator : int -> int

Parameters

from
Int32

the position in the current header at which to start the search

Returns

Attributes

Exceptions

if a new token is found before a token separator. RFC 2616, section 2.1 explicitly requires a comma between tokens for #.

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