IAbortableHttpRequest.Abort Method

Definition

Aborts this http request.

[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 ();
[<Android.Runtime.Register("abort", "()V", "GetAbortHandler:Org.Apache.Http.Client.Methods.IAbortableHttpRequestInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Abort : unit -> unit
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

See also

  • Execute(IHttpUriRequest)
  • <xref:Org.Apache.Http.Client.IHttpClient.Execute(Org.Apache.Http.HttpHost%2c+Org.Apache.Http.IHttpRequest)>
  • <xref:Org.Apache.Http.Client.IHttpClient.Execute(Org.Apache.Http.Client.Methods.IHttpUriRequest%2c+Org.Apache.Http.Protocol.IHttpContext)>
  • <xref:Org.Apache.Http.Client.IHttpClient.Execute(Org.Apache.Http.HttpHost%2c+Org.Apache.Http.IHttpRequest%2c+Org.Apache.Http.IHttpRequest)>