Java.Net.HttpURLConnection.ErrorStream Property
Returns an input stream from the server in the case of an error such as the requested file has not been found on the remote server.

Syntax

[get: Android.Runtime.Register("getErrorStream", "()Ljava/io/InputStream;", "GetGetErrorStreamHandler")]
public virtual System.IO.Stream ErrorStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an input stream from the server in the case of an error such as the requested file has not been found on the remote server. This stream can be used to read the data the server will send back.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1