Click or drag to resize

WebServiceClient Constructor (Int32, String, IEnumerableString, String, Int32)

Constructor for binary compatibility.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public WebServiceClient(
	int accountId,
	string licenseKey,
	IEnumerable<string> locales,
	string host,
	int timeout
)

Parameters

accountId
Type: SystemInt32
licenseKey
Type: SystemString
locales
Type: System.Collections.GenericIEnumerableString
host
Type: SystemString
timeout
Type: SystemInt32
See Also