ResponseContent.Process(IHttpResponse, IHttpContext) メソッド

定義

応答を処理します。

[Android.Runtime.Register("process", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V", "GetProcess_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")]
public virtual void Process (Org.Apache.Http.IHttpResponse? response, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("process", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V", "GetProcess_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")>]
abstract member Process : Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> unit
override this.Process : Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> unit

パラメーター

response
IHttpResponse

後処理への応答

context
IHttpContext

要求のコンテキスト

実装

属性

例外

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象