WrapperStreamReadTimeout Property |
Gets or sets a value, in miliseconds, that determines how long the stream
will attempt to read before timing out.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic override int ReadTimeout { get; set; }
Public Overrides Property ReadTimeout As Integer
Get
Set
public:
virtual property int ReadTimeout {
int get () override;
void set (int value) override;
}
abstract ReadTimeout : int with get, set
override ReadTimeout : int with get, set
Property Value
Type:
Int32
See Also