HttpService.DoService(IHttpRequest, IHttpResponse, IHttpContext) Метод

Определение

[Android.Runtime.Register("doService", "(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V", "GetDoService_Lorg_apache_http_HttpRequest_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")]
protected virtual void DoService(Org.Apache.Http.IHttpRequest? request, Org.Apache.Http.IHttpResponse? response, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("doService", "(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V", "GetDoService_Lorg_apache_http_HttpRequest_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")>]
abstract member DoService : Org.Apache.Http.IHttpRequest * Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> unit
override this.DoService : Org.Apache.Http.IHttpRequest * Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> unit

Параметры

request
IHttpRequest
response
IHttpResponse
context
IHttpContext
Атрибуты

Исключения

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к