The CodeSearchService class extends the basic Service abstraction to define a service that is preconfigured for access to the Google Code Search data API.

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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.CodeSearch..::.CodeSearchService

See Also