Renci.SshNet.Messages.Connection
Namespace with 20 public types
Classes
ChannelCloseMessage
Represents SSH_MSG_CHANNEL_CLOSE message.
ChannelDataMessage
Represents SSH_MSG_CHANNEL_DATA message.
ChannelEofMessage
Represents SSH_MSG_CHANNEL_EOF message.
ChannelExtendedDataMessage
Represents SSH_MSG_CHANNEL_EXTENDED_DATA message.
ChannelFailureMessage
Represents SSH_MSG_CHANNEL_FAILURE message.
ChannelOpenConfirmationMessage
Represents SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
ChannelOpenFailureMessage
Represents SSH_MSG_CHANNEL_OPEN_FAILURE message.
ChannelOpenMessage
Represents SSH_MSG_CHANNEL_OPEN message.
ChannelRequestMessage
Represents SSH_MSG_CHANNEL_REQUEST message.
ChannelSuccessMessage
Represents SSH_MSG_CHANNEL_SUCCESS message.
ChannelWindowAdjustMessage
Represents SSH_MSG_CHANNEL_SUCCESS message.
EndOfWriteRequestInfo
Represents "eow@openssh.com" type channel request information
GlobalRequestMessage
Represents SSH_MSG_GLOBAL_REQUEST message.
KeepAliveRequestInfo
Represents "keepalive@openssh.com" type channel request information
RequestFailureMessage
Represents SSH_MSG_REQUEST_FAILURE message.
RequestSuccessMessage
Represents SSH_MSG_REQUEST_SUCCESS message.
Enumerations
GlobalRequestName
Specifies supported request names.
Abstract Classes
ChannelMessage
Base class for all channel specific SSH messages.
ChannelOpenInfo
Base class for open channel messages
RequestInfo
Represents type specific information for channel request.