IHttpClientConnection.SendRequestEntity(IHttpEntityEnclosingRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends the request entity over the connection.
[Android.Runtime.Register("sendRequestEntity", "(Lorg/apache/http/HttpEntityEnclosingRequest;)V", "GetSendRequestEntity_Lorg_apache_http_HttpEntityEnclosingRequest_Handler:Org.Apache.Http.IHttpClientConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SendRequestEntity (Org.Apache.Http.IHttpEntityEnclosingRequest? request);
[<Android.Runtime.Register("sendRequestEntity", "(Lorg/apache/http/HttpEntityEnclosingRequest;)V", "GetSendRequestEntity_Lorg_apache_http_HttpEntityEnclosingRequest_Handler:Org.Apache.Http.IHttpClientConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SendRequestEntity : Org.Apache.Http.IHttpEntityEnclosingRequest -> unit
Parameters
- request
- IHttpEntityEnclosingRequest
the request whose entity to send.
- 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.