Org.Apache.Http.IHttpServerConnection.ReceiveRequestHeader Method
Receives the request line and all headers available from this connection.

Syntax

[Android.Runtime.Register("receiveRequestHeader", "()Lorg/apache/http/HttpRequest;", "GetReceiveRequestHeaderHandler:Org.Apache.Http.IHttpServerConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IHttpRequest ReceiveRequestHeader ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:HttpException
Java.IO.IOException
Org.Apache.Http.HttpException

Remarks

Receives the request line and all headers available from this connection. The caller should examine the returned request and decide if to receive a request entity as well.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1