Click or drag to resize

WebServiceClientOptions Class

Options class for WebServiceClient.
Inheritance Hierarchy
SystemObject
  MaxMind.GeoIP2WebServiceClientOptions

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public class WebServiceClientOptions

The WebServiceClientOptions type exposes the following members.

Constructors
  NameDescription
Public methodWebServiceClientOptions
Initializes a new instance of the WebServiceClientOptions class
Top
Properties
  NameDescription
Public propertyAccountId
Your MaxMind account ID.
Public propertyHost
The host to use when accessing the service.
Public propertyLicenseKey
Your MaxMind license key.
Public propertyLocales
List of locale codes to use in name property from most preferred to least preferred.
Public propertyTimeout
Timeout in milliseconds for connection to web service. The default is 3000.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also