IContentProducer.WriteTo(Stream) Method

Definition

Writes the produced entity content to an output stream.

[Android.Runtime.Register("writeTo", "(Ljava/io/OutputStream;)V", "GetWriteTo_Ljava_io_OutputStream_Handler:Org.Apache.Http.Entity.IContentProducerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteTo(System.IO.Stream? outstream);
[<Android.Runtime.Register("writeTo", "(Ljava/io/OutputStream;)V", "GetWriteTo_Ljava_io_OutputStream_Handler:Org.Apache.Http.Entity.IContentProducerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteTo : System.IO.Stream -> unit

Parameters

outstream
Stream

The stream that receives the produced content.

Attributes

Exceptions

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