Initializes a new instance of the SshMessageEventArgs class with the specified message.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String _
)
C#
public SshMessageEventArgs(
	string message
)

Parameters

message
Type: System..::..String
The message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also