Org.Apache.Http.Message.BasicTokenIterator.FindNext Method
Determines the next token.

Syntax

[Android.Runtime.Register("findNext", "(I)I", "GetFindNext_IHandler")]
protected virtual int FindNext (int from)

Parameters

from
the position in the current header at which to start the search, -1 to search in the first header

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.ParseExceptionif an invalid header value is encountered

Remarks

Determines the next token. If found, the token is stored in BasicTokenIterator.CurrentToken. The return value indicates the position after the token in BasicTokenIterator.CurrentHeader. If necessary, the next header will be obtained from BasicTokenIterator.HeaderIt. If not found, BasicTokenIterator.CurrentToken is set to null.

[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