Java.Net.CacheResponse.Body Property
Returns an InputStream to access the response body.

Syntax

[get: Android.Runtime.Register("getBody", "()Ljava/io/InputStream;", "GetGetBodyHandler")]
public abstract System.IO.Stream Body { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error is encountered while retrieving the response body.

Remarks

Returns an InputStream to access the response body.

[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