ClientConfigurationConnectionTimeout Property |
Connection timeout in milliseconds
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntaxpublic int ConnectionTimeout { get; set; }
Public Property ConnectionTimeout As Integer
Get
Set
public:
property int ConnectionTimeout {
int get ();
void set (int value);
}
member ConnectionTimeout : int with get, set
Property Value
Type:
Int32
See Also