C# (CSharp) Google.GData.Client Namespace

Nested Namespaces

Google.GData.Client.LiveTests
Google.GData.Client.ResumableUpload
Google.GData.Client.Util

Classes

Name Description
ClientFeedException
ClientQueryException
GDataBatchRequestException
GDataForbiddenException exception class thrown when we encounter an access denied (HttpSTatusCode.Forbidden) when accessing a server
GDataNotModifiedException exception class thrown when we encounter a not-modified response (HttpStatusCode.NotModified) when accessing a server
GDataRedirectException exception class thrown when we encounter a redirect (302 and 307) when accessing a server
GDataRequestException
GDataVersionConflictException exception class is thrown when you tried to modified/update a resource and the server detected a version conflict.
HttpUtility
LoggedException
MediaFileSource a file based implementation. Takes a filename as it's base working mode
MediaSource placeholder for a media object to be uploaded the base class only defines some primitives like content type
OAuthBase The original OAuth code from http://eran.sandler.co.il/, hosted at http://oauth.net Modified only to change namespace. Written by Eran Sandler (http://eran.sandler.co.il) Edited by Claudio Cherubino and Alain Vongsouvanh