Parses a status line.
Syntax
[Android.Runtime.Register("parseStatusLine", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/StatusLine;", "GetParseStatusLine_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")]
public virtual
Org.Apache.Http.IStatusLine ParseStatusLine (
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
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