Google Base service object Make all accesses through this service object, as it takes care of setting Google Base-specific headers (X-Google-Key). and handles authentication.

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

Syntax

C#
public class GBaseService : Service
Visual Basic (Declaration)
Public Class GBaseService _

	Inherits Service
Visual C++
public ref class GBaseService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.GoogleBase..::.GBaseService

See Also