Initializes a new instance of the ServiceRequestMessage class.
Namespace: Renci.SshNet.Messages.TransportAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public ServiceRequestMessage( ServiceName serviceName )
Parameters
- serviceName
- Type: Renci.SshNet.Messages ServiceName
Name of the service.
See Also