Creates a new args instance.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SftpConnectedEventArgs(
	string hostname
)
Visual Basic
Public Sub New ( _
	hostname As String _
)
Visual C++
public:
SftpConnectedEventArgs(
	String^ hostname
)

Parameters

hostname
Type: System..::..String
the connected hostname

See Also