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, string addressToBind, uint portToBind )
Parameters
- requestName
- Type: Renci.SshNet.Messages.Connection GlobalRequestName
Name of the request.
- wantReply
- Type:
System Boolean
if set to true [want reply].
- addressToBind
- Type:
System String
The address to bind.
- portToBind
- Type:
System UInt32
The port to bind.
See Also