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
Параметры
добавляемый перехватчик ответа
Реализации
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей 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
Параметры
добавляемый перехватчик ответа
- index
- Int32
индекс для вставки перехватчика в
Реализации
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".