IHttpServerConnection.ReceiveRequestEntity Method

Definition

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

[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 (Org.Apache.Http.IHttpEntityEnclosingRequest? request);
[<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")>]
abstract member ReceiveRequestEntity : Org.Apache.Http.IHttpEntityEnclosingRequest -> unit

Parameters

request
IHttpEntityEnclosingRequest

the request to attach the entity to.

Attributes

Exceptions

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