Org.Apache.Http.Client.Methods.IAbortableHttpRequest.Abort Method
Aborts this http request.

Syntax

[Android.Runtime.Register("abort", "()V", "GetAbortHandler:Org.Apache.Http.Client.Methods.IAbortableHttpRequestInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Abort ()

See Also

Org.Apache.Http.Client.IHttpClient.Execute(IHttpUriRequest)
Org.Apache.Http.Client.IHttpClient.Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest)
Org.Apache.Http.Client.IHttpClient.Execute(IHttpUriRequest, Org.Apache.Http.Protocol.IHttpContext)
Org.Apache.Http.Client.IHttpClient.Execute(Org.Apache.Http.HttpHost, Org.Apache.Http.IHttpRequest, Org.Apache.Http.IHttpRequest)

Remarks

Aborts this http request. Any active execution of this method should return immediately. If the request has not started, it will abort after the next execution. Aborting this request will cause all subsequent executions with this request to fail.

[Android Documentation]

Requirements

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