IHttpEntity.Content Property

Definition

Creates a new InputStream object of the entity.

public System.IO.Stream? Content { [Android.Runtime.Register("getContent", "()Ljava/io/InputStream;", "GetGetContentHandler:Org.Apache.Http.IHttpEntityInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getContent", "()Ljava/io/InputStream;", "GetGetContentHandler:Org.Apache.Http.IHttpEntityInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.Content : System.IO.Stream

Property Value

Attributes

Exceptions

if the stream could not be created

if this entity is not repeatable and the stream has already been obtained previously

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