HttpResponseParser.ParseHead(ISessionInputBuffer) Method

Definition

Parses an HTTP status line from a session input buffer.

[Android.Runtime.Register("parseHead", "(Lorg/apache/http/io/SessionInputBuffer;)Lorg/apache/http/HttpMessage;", "GetParseHead_Lorg_apache_http_io_SessionInputBuffer_Handler")]
protected override Org.Apache.Http.IHttpMessage? ParseHead(Org.Apache.Http.IO.ISessionInputBuffer? sessionBuffer);
[<Android.Runtime.Register("parseHead", "(Lorg/apache/http/io/SessionInputBuffer;)Lorg/apache/http/HttpMessage;", "GetParseHead_Lorg_apache_http_io_SessionInputBuffer_Handler")>]
override this.ParseHead : Org.Apache.Http.IO.ISessionInputBuffer -> Org.Apache.Http.IHttpMessage

Parameters

sessionBuffer
ISessionInputBuffer

The session input buffer.

Returns

The parsed HTTP response.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to