TlsStream.WriteTimeout Property
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9083)
WriteTimeout
Gets or sets the length of time, in milliseconds, until the write operation times out, or the value -1 or 0 to indicate that the operation does not time out.
Declaration
public override int WriteTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
Remarks
Default is -1 (infinite).
Apart from -1 and 0 values, the minimal value is 1000. Setting this property to a value lower than 1000 will cause ArgumentOutOfRangeException to be thrown.