Язык

AbstractHttpClient.AddResponseInterceptor Метод

Определение

Перегрузки

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

Добавляет перехватчик ответа.

AddResponseInterceptor(IHttpResponseInterceptor, Int32)

Добавляет перехватчик ответа.

AddResponseInterceptor(IHttpResponseInterceptor)

Добавляет перехватчик ответа.

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

Параметры

Атрибуты

Комментарии

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

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

AddResponseInterceptor(IHttpResponseInterceptor, Int32)

Добавляет перехватчик ответа.

[Android.Runtime.Register("addResponseInterceptor", "(Lorg/apache/http/HttpResponseInterceptor;I)V", "GetAddResponseInterceptor_Lorg_apache_http_HttpResponseInterceptor_IHandler")]
public virtual 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")>]
abstract member AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor * int -> unit
override this.AddResponseInterceptor : Org.Apache.Http.IHttpResponseInterceptor * int -> unit

Параметры

index
Int32
Атрибуты

Комментарии

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

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