Язык

BasicHttpProcessor.AddRequestInterceptor Метод

Определение

Перегрузки

Имя. Описание
AddRequestInterceptor(IHttpRequestInterceptor)

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

AddRequestInterceptor(IHttpRequestInterceptor, Int32)

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

AddRequestInterceptor(IHttpRequestInterceptor)

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

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

Параметры

itcp
IHttpRequestInterceptor

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

Реализации

Атрибуты

Комментарии

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

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

AddRequestInterceptor(IHttpRequestInterceptor, Int32)

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

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

Параметры

itcp
IHttpRequestInterceptor

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

index
Int32

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

Реализации

Атрибуты

Комментарии

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

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