Org.Apache.Http.IHttpConnection.Shutdown Method
Force-closes this connection.

Syntax

[Android.Runtime.Register("shutdown", "()V", "GetShutdownHandler:Org.Apache.Http.IHttpConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Shutdown ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Force-closes this connection. This is the only method of a connection which may be called from a different thread to terminate the connection. This method will not attempt to flush the transmitter's internal buffer prior to closing the underlying socket.

[Android Documentation]

Requirements

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