<PackageReference Include="SSH.NET" Version="2014.4.6-beta2" />

GlobalRequestMessage

public class GlobalRequestMessage : Message
Represents SSH_MSG_GLOBAL_REQUEST message.
public string AddressToBind { get; }

Gets the address to bind to.

public uint PortToBind { get; }

Gets port number to bind to.

Gets the name of the request.

public bool WantReply { get; }

Gets a value indicating whether message reply should be sent..

Initializes a new instance of the GlobalRequestMessage class.

public GlobalRequestMessage(GlobalRequestName requestName, bool wantReply)

Initializes a new instance of the GlobalRequestMessage class.

public GlobalRequestMessage(GlobalRequestName requestName, bool wantReply, string addressToBind, uint portToBind)

Initializes a new instance of the GlobalRequestMessage class.