Org.Apache.Http.IHttpEntity.WriteTo Method
Writes the entity content to the output stream.

Syntax

[Android.Runtime.Register("writeTo", "(Ljava/io/OutputStream;)V", "GetWriteTo_Ljava_io_OutputStream_Handler:Org.Apache.Http.IHttpEntityInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteTo (System.IO.Stream outstream)

Parameters

outstream
the output stream to write entity content to

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs

Remarks

Writes the entity content to the output stream.

[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