SshMessageEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SshMessageEventArgs(String)
Initializes a new instance of the SshMessageEventArgs class with the specified message.
Declaration
public SshMessageEventArgs(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |