SSHConnectionInfo.ConnectingTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a time in milliseconds after which a connection attempt is terminated. Default value (-1) never times out and a connection attempt waits indefinitely.
public int ConnectingTimeout { get; set; }
member this.ConnectingTimeout : int with get, set
Public Property ConnectingTimeout As Integer