AbstractMessageParser.Parse Method

Definition

Parses an HTTP message head and headers from the configured input buffer.

[Android.Runtime.Register("parse", "()Lorg/apache/http/HttpMessage;", "GetParseHandler")]
public virtual Org.Apache.Http.IHttpMessage? Parse();
[<Android.Runtime.Register("parse", "()Lorg/apache/http/HttpMessage;", "GetParseHandler")>]
abstract member Parse : unit -> Org.Apache.Http.IHttpMessage
override this.Parse : unit -> Org.Apache.Http.IHttpMessage

Returns

The parsed HTTP message.

Implements

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