write the current stream to an output stream this is primarily used to write data to the request stream

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
protected void WriteInputStreamToRequest(

	Stream input,

	Stream output

)
Visual Basic (Declaration)
Protected Sub WriteInputStreamToRequest ( _

	input As Stream, _

	output As Stream _

)
Visual C++
protected:

void WriteInputStreamToRequest(

	Stream^ input, 

	Stream^ output

)

Parameters

input
Type: System.IO..::.Stream
output
Type: System.IO..::.Stream

See Also