HttpService.HandleRequest(IHttpServerConnection, IHttpContext) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Android.Runtime.Register("handleRequest", "(Lorg/apache/http/HttpServerConnection;Lorg/apache/http/protocol/HttpContext;)V", "GetHandleRequest_Lorg_apache_http_HttpServerConnection_Lorg_apache_http_protocol_HttpContext_Handler")]
public virtual void HandleRequest (Org.Apache.Http.IHttpServerConnection? conn, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("handleRequest", "(Lorg/apache/http/HttpServerConnection;Lorg/apache/http/protocol/HttpContext;)V", "GetHandleRequest_Lorg_apache_http_HttpServerConnection_Lorg_apache_http_protocol_HttpContext_Handler")>]
abstract member HandleRequest : Org.Apache.Http.IHttpServerConnection * Org.Apache.Http.Protocol.IHttpContext -> unit
override this.HandleRequest : Org.Apache.Http.IHttpServerConnection * Org.Apache.Http.Protocol.IHttpContext -> unit
Параметры
- context
- IHttpContext
- Атрибуты
Исключения
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.