Initializes a new instance of the RequestMessage class.
Namespace: Renci.SshNet.Messages.AuthenticationAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public RequestMessage( ServiceName serviceName, string username )
Parameters
- serviceName
- Type: Renci.SshNet.Messages ServiceName
Name of the service.
- username
- Type:
System String
Authentication username.
See Also