Rexec ConnectedEvent Event arguments.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

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

Parameters

hostname
Type: System..::..String
The Remote Host hostname or IP address.

See Also