Org.Apache.Http.Conn.EofSensorInputStream.AbortConnection Method
Aborts this stream.

Syntax

[Android.Runtime.Register("abortConnection", "()V", "GetAbortConnectionHandler")]
public virtual void AbortConnection ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Aborts this stream. This is a special version of EofSensorInputStream.close() which prevents re-use of the underlying connection, if any. Calling this method indicates that there should be no attempt to read until the end of the stream.

[Android Documentation]

Requirements

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