IHttpRequestInterceptorList.AddRequestInterceptor Метод

Определение

Перегрузки

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

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

AddRequestInterceptor(IHttpRequestInterceptor, Int32)

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

AddRequestInterceptor(IHttpRequestInterceptor)

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

[Android.Runtime.Register("addRequestInterceptor", "(Lorg/apache/http/HttpRequestInterceptor;)V", "GetAddRequestInterceptor_Lorg_apache_http_HttpRequestInterceptor_Handler:Org.Apache.Http.Protocol.IHttpRequestInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AddRequestInterceptor(Org.Apache.Http.IHttpRequestInterceptor? itcp);
[<Android.Runtime.Register("addRequestInterceptor", "(Lorg/apache/http/HttpRequestInterceptor;)V", "GetAddRequestInterceptor_Lorg_apache_http_HttpRequestInterceptor_Handler:Org.Apache.Http.Protocol.IHttpRequestInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member AddRequestInterceptor : Org.Apache.Http.IHttpRequestInterceptor -> unit

Параметры

itcp
IHttpRequestInterceptor

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

Атрибуты

Комментарии

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

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

AddRequestInterceptor(IHttpRequestInterceptor, Int32)

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

[Android.Runtime.Register("addRequestInterceptor", "(Lorg/apache/http/HttpRequestInterceptor;I)V", "GetAddRequestInterceptor_Lorg_apache_http_HttpRequestInterceptor_IHandler:Org.Apache.Http.Protocol.IHttpRequestInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AddRequestInterceptor(Org.Apache.Http.IHttpRequestInterceptor? itcp, int index);
[<Android.Runtime.Register("addRequestInterceptor", "(Lorg/apache/http/HttpRequestInterceptor;I)V", "GetAddRequestInterceptor_Lorg_apache_http_HttpRequestInterceptor_IHandler:Org.Apache.Http.Protocol.IHttpRequestInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member AddRequestInterceptor : Org.Apache.Http.IHttpRequestInterceptor * int -> unit

Параметры

itcp
IHttpRequestInterceptor

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

index
Int32

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

Атрибуты

Комментарии

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

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