Org.Apache.Http.Message.BasicLineParser.ParseProtocolVersion Method
Parses the textual representation of a protocol version.

Syntax

[Android.Runtime.Register("parseProtocolVersion", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/ProtocolVersion;", "GetParseProtocolVersion_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")]
public virtual Org.Apache.Http.ProtocolVersion ParseProtocolVersion (Org.Apache.Http.Util.CharArrayBuffer buffer, ParserCursor cursor)

Parameters

buffer
a buffer holding the protocol version 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.ParseException

Remarks

Parses the textual representation of a protocol version. This is needed for parsing request lines (last element) as well as status lines (first element).

[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