Org.Apache.Http.Protocol.IHttpRequestInterceptorList Members

The members of Org.Apache.Http.Protocol.IHttpRequestInterceptorList are listed below.

Public Properties

[read-only]
RequestInterceptorCountint. Obtains the current size of this list.

Public Methods

AddRequestInterceptor(Org.Apache.Http.IHttpRequestInterceptor)
Appends a request interceptor to this list.
AddRequestInterceptor(Org.Apache.Http.IHttpRequestInterceptor, int)
Inserts a request interceptor at the specified index.
ClearRequestInterceptors()
Removes all request interceptors from this list.
GetRequestInterceptor(int) : Org.Apache.Http.IHttpRequestInterceptor
Obtains a request interceptor from this list.
RemoveRequestInterceptorByClass(Java.Lang.Class)
Removes all request interceptor of the specified class
SetInterceptors(IList)
Sets the request interceptors in this list.