Org.Apache.Http.Message.BasicLineParser.ParseHeader Method
Creates a header from a line.

Syntax

[Android.Runtime.Register("parseHeader", "(Lorg/apache/http/util/CharArrayBuffer;)Lorg/apache/http/Header;", "GetParseHeader_Lorg_apache_http_util_CharArrayBuffer_Handler")]
public virtual Org.Apache.Http.IHeader ParseHeader (Org.Apache.Http.Util.CharArrayBuffer buffer)

Parameters

buffer
a buffer holding the full header line. This buffer MUST NOT be re-used afterwards, since the returned object may reference the contents later.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.ParseException

Remarks

Creates a header from a line. The full header line is expected here. Header continuation lines must be joined by the caller before invoking this method.

[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