Initializes a new instance of the GlobalRequestMessage class.
Namespace: Renci.SshNet.Messages.ConnectionAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public GlobalRequestMessage( GlobalRequestName requestName, bool wantReply )
Parameters
- requestName
- Type: Renci.SshNet.Messages.Connection GlobalRequestName
Name of the request.
- wantReply
- Type:
System Boolean
if set to true [want reply].
See Also