BasicHttpProcessor.GetRequestInterceptor(Int32) Method

Definition

Obtains a request interceptor from this list.

[Android.Runtime.Register("getRequestInterceptor", "(I)Lorg/apache/http/HttpRequestInterceptor;", "")]
public Org.Apache.Http.IHttpRequestInterceptor? GetRequestInterceptor (int index);
[<Android.Runtime.Register("getRequestInterceptor", "(I)Lorg/apache/http/HttpRequestInterceptor;", "")>]
abstract member GetRequestInterceptor : int -> Org.Apache.Http.IHttpRequestInterceptor
override this.GetRequestInterceptor : int -> Org.Apache.Http.IHttpRequestInterceptor

Parameters

index
Int32

the index of the interceptor to obtain, 0 for first

Returns

Implements

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