Org.Apache.Http.Protocol.IHttpRequestInterceptorList.SetInterceptors Method
Sets the request interceptors in this list.

Syntax

[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 (IList itcps)

Parameters

itcps
the list of request interceptors

Remarks

Sets the request interceptors in this list. This list will be cleared and re-initialized to contain all request interceptors from the argument list. If the argument list includes elements that are not request interceptors, the behavior is implementation dependent.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Protocol
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1