Org.Apache.Http.IHttpServerConnection.ReceiveRequestEntity Method
Receives the next request entity available from this connection and attaches it to an existing request.

Syntax

[Android.Runtime.Register("receiveRequestEntity", "(Lorg/apache/http/HttpEntityEnclosingRequest;)V", "GetReceiveRequestEntity_Lorg_apache_http_HttpEntityEnclosingRequest_Handler:Org.Apache.Http.IHttpServerConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ReceiveRequestEntity (IHttpEntityEnclosingRequest request)

Parameters

request
the request to attach the entity to.

Exceptions

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

Remarks

Receives the next request entity available from this connection and attaches it to an existing request.

[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