Inserts an AtomBase entry against a Uri

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

Syntax

C#
public Stream EntrySend(

	Uri feedUri,

	AtomEntry baseEntry,

	GDataRequestType type

)
Visual Basic (Declaration)
Public Function EntrySend ( _

	feedUri As Uri, _

	baseEntry As AtomEntry, _

	type As GDataRequestType _

) As Stream
Visual C++
public:

Stream^ EntrySend(

	Uri^ feedUri, 

	AtomEntry^ baseEntry, 

	GDataRequestType type

)

Parameters

feedUri
Type: System..::.Uri
the uri for the feed this object should be posted against
baseEntry
Type: Google.GData.Client..::.AtomEntry
the entry to be inserted
type
Type: Google.GData.Client..::.GDataRequestType
the type of request to create

Return Value

the response as a stream

See Also