SyslogClient.Timeout Property
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9119)
Timeout
Gets or sets the timeout for underlying socket.
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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.