Org.Apache.Http.Message.BasicTokenIterator.FindTokenSeparator Method
Determines the position of the next token separator.

Syntax

[Android.Runtime.Register("findTokenSeparator", "(I)I", "GetFindTokenSeparator_IHandler")]
protected virtual int FindTokenSeparator (int from)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.ParseExceptionif a new token is found before a token separator. RFC 2616, section 2.1 explicitly requires a comma between tokens for #.

Remarks

Determines the position of the next token separator. Because of multi-header joining rules, the end of a header value is a token separator. This method does therefore not need to iterate over headers.

[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