this is a helper function for external utilities. It is not worth running the other insert/saves through here, as this would involve double buffering/copying of the bytes

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

Syntax

C#
public Stream StringSend(

	Uri targetUri,

	string payload,

	GDataRequestType type

)
Visual Basic (Declaration)
Public Function StringSend ( _

	targetUri As Uri, _

	payload As String, _

	type As GDataRequestType _

) As Stream
Visual C++
public:

Stream^ StringSend(

	Uri^ targetUri, 

	String^ payload, 

	GDataRequestType type

)

Parameters

targetUri
Type: System..::.Uri
payload
Type: System..::.String
type
Type: Google.GData.Client..::.GDataRequestType

Return Value

Stream

See Also