IHttpResponseInterceptorList.RemoveResponseInterceptorByClass(Class) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Удаляет весь перехватчик ответов указанного класса
[Android.Runtime.Register("removeResponseInterceptorByClass", "(Ljava/lang/Class;)V", "GetRemoveResponseInterceptorByClass_Ljava_lang_Class_Handler:Org.Apache.Http.Protocol.IHttpResponseInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RemoveResponseInterceptorByClass(Java.Lang.Class? clazz);
[<Android.Runtime.Register("removeResponseInterceptorByClass", "(Ljava/lang/Class;)V", "GetRemoveResponseInterceptorByClass_Ljava_lang_Class_Handler:Org.Apache.Http.Protocol.IHttpResponseInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RemoveResponseInterceptorByClass : Java.Lang.Class -> unit
Параметры
- clazz
- Class
класс удаленных экземпляров.
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".