Org.Apache.Http.Message.BasicLineParser.ParseRequestLine Method
Parses a request line.

Syntax

[Android.Runtime.Register("parseRequestLine", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/RequestLine;", "GetParseRequestLine_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")]
public virtual Org.Apache.Http.IRequestLine ParseRequestLine (Org.Apache.Http.Util.CharArrayBuffer buffer, ParserCursor cursor)

Parameters

buffer
a buffer holding the line to parse
cursor
the parser cursor containing the current position and the bounds within the buffer for the parsing operation

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.ParseExceptionin case of a parse error

Remarks

Parses a request line.

[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