GlobalRequestMessage
Represents SSH_MSG_GLOBAL_REQUEST message.
Gets the address to bind to.
Gets port number to bind to.
Gets the name of the request.
Gets a value indicating whether message reply should be sent..
public GlobalRequestMessage()
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.