DefaultRequestDirector.HandleResponse Метод

Определение

Определяет, требуется ли ответ для последующего запроса.

[Android.Runtime.Register("handleResponse", "(Lorg/apache/http/impl/client/RoutedRequest;Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/impl/client/RoutedRequest;", "GetHandleResponse_Lorg_apache_http_impl_client_RoutedRequest_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")]
protected virtual Org.Apache.Http.Impl.Client.RoutedRequest? HandleResponse(Org.Apache.Http.Impl.Client.RoutedRequest? roureq, Org.Apache.Http.IHttpResponse? response, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("handleResponse", "(Lorg/apache/http/impl/client/RoutedRequest;Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/impl/client/RoutedRequest;", "GetHandleResponse_Lorg_apache_http_impl_client_RoutedRequest_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")>]
abstract member HandleResponse : Org.Apache.Http.Impl.Client.RoutedRequest * Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> Org.Apache.Http.Impl.Client.RoutedRequest
override this.HandleResponse : Org.Apache.Http.Impl.Client.RoutedRequest * Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> Org.Apache.Http.Impl.Client.RoutedRequest

Параметры

roureq
RoutedRequest
response
IHttpResponse
context
IHttpContext

Возвращаемое значение

Последующий маршрутивный запрос или null при завершении обработки.

Атрибуты

Комментарии

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

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