HttpResponseParser.ParseHead(ISessionInputBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.