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
Syntaxpublic WebServiceClient(
int accountId,
string licenseKey,
IEnumerable<string> locales,
string host,
int timeout
)
Public Sub New (
accountId As Integer,
licenseKey As String,
locales As IEnumerable(Of String),
host As String,
timeout As Integer
)
public:
WebServiceClient(
int accountId,
String^ licenseKey,
IEnumerable<String^>^ locales,
String^ host,
int timeout
)
new :
accountId : int *
licenseKey : string *
locales : IEnumerable<string> *
host : string *
timeout : int -> WebServiceClient
Parameters
- accountId
- Type: SystemInt32
- licenseKey
- Type: SystemString
- locales
- Type: System.Collections.GenericIEnumerableString
- host
- Type: SystemString
- timeout
- Type: SystemInt32
See Also