WebServiceClientOptionsTimeout Property  | 
 
            Timeout in milliseconds for connection to web service. The default is 3000.
            
 
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic int Timeout { get; set; }Public Property Timeout As Integer
	Get
	Set
public:
property int Timeout {
	int get ();
	void set (int value);
}member Timeout : int with get, set
Property Value
Type: 
Int32
See Also