Creates a new args instance.

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

Syntax

C#
public ScpConnectedEventArgs(
	string hostname,
	int port
)
Visual Basic
Public Sub New ( _
	hostname As String, _
	port As Integer _
)
Visual C++
public:
ScpConnectedEventArgs(
	String^ hostname, 
	int port
)

Parameters

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

See Also