IHttpRequestInterceptorList.SetInterceptors(IList) Method

Definition

Sets the request interceptors in this list.

[Android.Runtime.Register("setInterceptors", "(Ljava/util/List;)V", "GetSetInterceptors_Ljava_util_List_Handler:Org.Apache.Http.Protocol.IHttpRequestInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetInterceptors (System.Collections.IList? itcps);
[<Android.Runtime.Register("setInterceptors", "(Ljava/util/List;)V", "GetSetInterceptors_Ljava_util_List_Handler:Org.Apache.Http.Protocol.IHttpRequestInterceptorListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SetInterceptors : System.Collections.IList -> unit

Parameters

itcps
IList

the list of request interceptors

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to