this is a helper function for to send binary data asyncronous to a resource

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

Syntax

C#
public void StreamSendAsync(

	Uri targetUri,

	Stream inputStream,

	GDataRequestType type,

	string contentType,

	string slugHeader,

	Object userData

)
Visual Basic (Declaration)
Public Sub StreamSendAsync ( _

	targetUri As Uri, _

	inputStream As Stream, _

	type As GDataRequestType, _

	contentType As String, _

	slugHeader As String, _

	userData As Object _

)
Visual C++
public:

void StreamSendAsync(

	Uri^ targetUri, 

	Stream^ inputStream, 

	GDataRequestType type, 

	String^ contentType, 

	String^ slugHeader, 

	Object^ userData

)

Parameters

targetUri
Type: System..::.Uri
inputStream
Type: System.IO..::.Stream
type
Type: Google.GData.Client..::.GDataRequestType
contentType
Type: System..::.String
the contenttype to use in the request, if NULL is passed, factory default is used
slugHeader
Type: System..::.String
the slugHeader to use in the request, if NULL is passed, factory default is used
userData
Type: System..::.Object
a unique identifier to associate this request with

Return Value

See Also