Язык

IHttpResponseInterceptorList.AddResponseInterceptor Метод

Определение

Перегрузки

Имя. Описание
AddResponseInterceptor(IHttpResponseInterceptor)

Вставляет перехватчик ответа по указанному индексу.

AddResponseInterceptor(IHttpResponseInterceptor, Int32)

Вставляет перехватчик ответа по указанному индексу.

AddResponseInterceptor(IHttpResponseInterceptor)

Вставляет перехватчик ответа по указанному индексу.

[Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;)V", "GetAddResponseInterceptor_Lorg_apache_http_HttpResponseInterceptor_Handler:Org.Apache.Http.Protocol.IHttpResponseInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AddResponseInterceptor(Org.Apache.Http.IHttpResponseInterceptor? itcp);
[<Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;)V", "GetAddResponseInterceptor_Lorg_apache_http_HttpResponseInterceptor_Handler:Org.Apache.Http.Protocol.IHttpResponseInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor -> unit

Параметры

itcp
IHttpResponseInterceptor

добавляемый перехватчик ответа

Атрибуты

Комментарии

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

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

AddResponseInterceptor(IHttpResponseInterceptor, Int32)

Вставляет перехватчик ответа по указанному индексу.

[Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;I)V", "GetAddResponseInterceptor_Lorg_apache_http_HttpResponseInterceptor_IHandler:Org.Apache.Http.Protocol.IHttpResponseInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AddResponseInterceptor(Org.Apache.Http.IHttpResponseInterceptor? itcp, int index);
[<Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;I)V", "GetAddResponseInterceptor_Lorg_apache_http_HttpResponseInterceptor_IHandler:Org.Apache.Http.Protocol.IHttpResponseInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor * int -> unit

Параметры

itcp
IHttpResponseInterceptor

добавляемый перехватчик ответа

index
Int32

индекс для вставки перехватчика в

Атрибуты

Комментарии

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

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