AbstractHttpClientConnection.ReceiveResponseHeader Method

Definition

Receives an HTTP response header.

[Android.Runtime.Register("receiveResponseHeader", "()Lorg/apache/http/HttpResponse;", "GetReceiveResponseHeaderHandler")]
public virtual Org.Apache.Http.IHttpResponse? ReceiveResponseHeader();
[<Android.Runtime.Register("receiveResponseHeader", "()Lorg/apache/http/HttpResponse;", "GetReceiveResponseHeaderHandler")>]
abstract member ReceiveResponseHeader : unit -> Org.Apache.Http.IHttpResponse
override this.ReceiveResponseHeader : unit -> Org.Apache.Http.IHttpResponse

Returns

The received HTTP response.

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to