GoogleClient Members

Google API

The GoogleClient type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AcceptLanguage
This optional argument supplies the host language of the application making the request. If this argument is not present then the system will choose a value based on the value of the Accept-Language http header. If this header is not present, a value of en is assumed.
ApiKey
This optional argument supplies the application's key. If specified, it must be a valid key associated with your site which is validated against the passed referer header. The advantage of supplying a key is so that we can identify and contact you should something go wrong with your application. Without a key, we will still take the same appropriate measures on our side, but we will not be able to contact you. It is definitely best for you to pass a key.
CloseTimeout
Gets or sets the interval of time after which the close method, invoked by a communication object, times out.
OpenTimeout
Gets or sets the interval of time after which the open method, invoked by a communication object, times out.
ReceiveTimeout
Gets or sets the interval of time after which the receive method, invoked by a communication object, times out.
Referrer
Gets or sets the http referrer header.
SendTimeout
Gets or sets the interval of time after which the send method, invoked by a communication object, times out.

See Also