IHttpServerConnection.ReceiveRequestEntity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この接続から使用可能な次の要求エンティティを受信し、既存の要求にアタッチします。
[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
パラメーター
- request
- IHttpEntityEnclosingRequest
エンティティをアタッチする要求。
- 属性
例外
注釈
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。