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:Org.Apache.Http.Message.ILineParserInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
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
Remarks
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