Язык

BasicHttpProcessor.AddResponseInterceptor Метод

Определение

Перегрузки

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

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

AddResponseInterceptor(IHttpResponseInterceptor, Int32)

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

AddResponseInterceptor(IHttpResponseInterceptor)

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

[Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;)V", "")]
public void AddResponseInterceptor(Org.Apache.Http.IHttpResponseInterceptor? itcp);
[<Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;)V", "")>]
abstract member AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor -> unit
override this.AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor -> unit

Параметры

itcp
IHttpResponseInterceptor

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

Реализации

Атрибуты

Комментарии

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

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

AddResponseInterceptor(IHttpResponseInterceptor, Int32)

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

[Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;I)V", "")]
public void AddResponseInterceptor(Org.Apache.Http.IHttpResponseInterceptor? itcp, int index);
[<Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;I)V", "")>]
abstract member AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor * int -> unit
override this.AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor * int -> unit

Параметры

itcp
IHttpResponseInterceptor

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

index
Int32

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

Реализации

Атрибуты

Комментарии

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

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