Namespace Renci.SshNet.Messages.Connection
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.
- ChannelMessage
Base class for all channel specific SSH messages.
- ChannelOpenConfirmationMessage
Represents SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
- ChannelOpenFailureMessage
Represents SSH_MSG_CHANNEL_OPEN_FAILURE message.
- ChannelOpenInfo
Base class for open channel messages.
- 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.
- RequestInfo
Represents type specific information for channel request.
- RequestSuccessMessage
Represents SSH_MSG_REQUEST_SUCCESS message.
Enums
- GlobalRequestName
Specifies supported request names.