C# (CSharp) Renci.SshNet.Messages.Connection Namespace

Classes

Name Description
BreakRequestInfo Represents "break" type channel request information
CancelTcpIpForwardGlobalRequestMessage
ChannelCloseMessage
ChannelDataMessage
ChannelEofMessage
ChannelExtendedDataMessage
ChannelFailureMessage
ChannelMessage Base class for all channel specific SSH messages.
ChannelOpenConfirmationMessage
ChannelOpenFailureMessage
ChannelOpenMessage
ChannelRequestMessage
ChannelSuccessMessage
ChannelWindowAdjustMessage
DirectTcpipChannelInfo Used to open "direct-tcpip" channel type
EndOfWriteRequestInfo Represents "[email protected]" type channel request information
EnvironmentVariableRequestInfo Represents "env" type channel request information
ExecRequestInfo Represents "exec" type channel request information
ExitSignalRequestInfo Represents "exit-signal" type channel request information
ExitStatusRequestInfo Represents "exit-status" type channel request information
ForwardedTcpipChannelInfo Used to open "forwarded-tcpip" channel type
GlobalRequestMessage
KeepAliveRequestInfo Represents "[email protected]" type channel request information
PseudoTerminalRequestInfo Represents "pty-req" type channel request information
RequestFailureMessage
RequestInfo Represents type specific information for channel request.
RequestSuccessMessage
SessionChannelOpenInfo Used to open "session" channel type
ShellRequestInfo Represents "shell" type channel request information
SignalRequestInfo Represents "signal" type channel request information
SubsystemRequestInfo Represents "subsystem" type channel request information
TcpIpForwardGlobalRequestMessage
WindowChangeRequestInfo Represents "window-change" type channel request information
X11ChannelOpenInfo Used to open "x11" channel type
X11ForwardingRequestInfo Represents "x11-req" type channel request information
XonXoffRequestInfo Represents "xon-xoff" type channel request information