Creates a new event instance.

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

Syntax

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

Parameters

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

See Also