SshParameters.ChannelCloseTimeout Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ChannelCloseTimeout
Gets or sets the length of time in milliseconds before the operation times out when waiting for channel closure confirmation from the server.
Minimal value is 1000. Attempt to set this to a value lower than 1000 will cause an exception to be thrown.
If not specified, the timeout is either Timeout or 10 seconds, whichever is greater.
Declaration
public int? ChannelCloseTimeout { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |