- OnAuthAgentRequestCallbackalias OnAuthAgentRequestCallback = void delegate(SSHChannel channel) 
- Undocumented in source. 
- OnCloseCallbackalias OnCloseCallback = void delegate(SSHChannel channel) 
- Undocumented in source. 
- OnDataCallbackalias OnDataCallback = uint delegate(SSHChannel channel, void[] data, bool isStdErr) 
- Undocumented in source. 
- OnEOFCallbackalias OnEOFCallback = void delegate(SSHChannel channel) 
- Undocumented in source. 
- OnEnvRequestCallbackalias OnEnvRequestCallback = bool delegate(SSHChannel channel, string name, string value) 
- Undocumented in source. 
- OnExecRequestCallbackalias OnExecRequestCallback = bool delegate(SSHChannel channel, string command) 
- Undocumented in source. 
- OnExitSignalCallbackalias OnExitSignalCallback = void delegate(SSHChannel channel, string signal, bool isCoreDump, string errMsg, string lang) 
- Undocumented in source. 
- OnExitStatusCallbackalias OnExitStatusCallback = void delegate(SSHChannel channel, int exitStatus) 
- Undocumented in source. 
- OnPtyRequestCallbackalias OnPtyRequestCallback = bool delegate(SSHChannel channel, string term, int width, int height, int pxWidth, int pxHeight) 
- Undocumented in source. 
- OnPtyWindowChangeRequestCallbackalias OnPtyWindowChangeRequestCallback = bool delegate(SSHChannel channel, int width, int height, int pxWidth, int pxHeight) 
- Undocumented in source. 
- OnShellRequestCallbackalias OnShellRequestCallback = bool delegate(SSHChannel channel) 
- Undocumented in source. 
- OnSignalCallbackalias OnSignalCallback = void delegate(SSHChannel channel, string signal) 
- Undocumented in source. 
- OnSubsystemRequestCallbackalias OnSubsystemRequestCallback = bool delegate(SSHChannel channel, string subsystem) 
- Undocumented in source. 
- OnX11RequestCallbackalias OnX11RequestCallback = void delegate(SSHChannel channel, bool isSingleConnection, string authProtocol, string authCookie, uint screenNumber) 
- Undocumented in source. 
- acceptX11SSHChannel acceptX11(int timeoutMs) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- changePtySizevoid changePtySize(int width, int height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- closevoid close() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- disposevoid dispose() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- openAuthAgentbool openAuthAgent() 
- return false if in nonblocking mode and call has to be done again. 
- openForwardbool openForward(string remoteHost, ushort remotePort, string srcHost, ushort localPort) 
- return false if in nonblocking mode and call has to be done again. 
- openReverseForwardbool openReverseForward(string remoteHost, ushort remotePort, string srcHost, ushort localPort) 
- return false if in nonblocking mode and call has to be done again. 
- openSessionbool openSession() 
- returns false if in nonblocking mode and call has to be done again. 
- openX11bool openX11(string origAddr, ushort origPort) 
- returns false if in nonblocking mode and call has to be done again. 
- pollint poll(bool isStdErr) 
- returns SSHChannel.PollEof if EOF 
- pollTimeoutint pollTimeout(int timeout, bool isStdErr) 
- returns SSHChannel.PollEof if EOF 
- readint read(void[] dest, bool isStdErr) 
- returns SSHChannel.ReadAgain in nonblocking mode 
- readNonBlockingint readNonBlocking(void[] dest, bool isStdErr) 
- returns SSHChannel.ReadAgain in nonblocking mode 
- readTimeoutint readTimeout(void[] dest, bool isStdErr, int timeout) 
- returns SSHChannel.ReadAgain in nonblocking mode 
- requestExecbool requestExec(string cmd) 
- returns false if in nonblocking mode and call has to be done again. 
- requestPtybool requestPty() 
- returns false if in nonblocking mode and call has to be done again. 
- requestPtySizebool requestPtySize(string terminalType, int width, int height) 
- returns false if in nonblocking mode and call has to be done again. 
- requestShellbool requestShell() 
- returns false if in nonblocking mode and call has to be done again. 
- requestSubsystembool requestSubsystem(string subsystem) 
- returns false if in nonblocking mode and call has to be done again. 
- requestX11bool requestX11(bool singleConnection, string protocol, string cookie, int screenNumber) 
- returns false if in nonblocking mode and call has to be done again. 
- sendEofvoid sendEof() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendExitSignalvoid sendExitSignal(string signal, bool core, string errMsg, string lang) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendExitStatusvoid sendExitStatus(int exitStatus) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendSignalvoid sendSignal(string signal) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setEnvbool setEnv(string name, string value) 
- returns false if in nonblocking mode and call has to be done again. 
- writeint write(void[] src) 
- returns SSHChannel.WriteAgain in nonblocking mode 
- writeStdErrint writeStdErr(void[] src) 
- returns SSHChannel.WriteAgain in nonblocking mode 
- blockingbool blocking [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exitStatusint exitStatus [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isClosedbool isClosed [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isEofbool isEof [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isOpenbool isOpen [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onAuthAgentRequestCallback onAuthAgentRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onAuthAgentRequestCallbackOnAuthAgentRequestCallback onAuthAgentRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onCloseCallback onCloseCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onCloseCallbackOnCloseCallback onCloseCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onDataCallbackOnDataCallback onDataCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onDataCallbackOnDataCallback onDataCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onEOFCallback onEOFCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onEOFCallbackOnEOFCallback onEOFCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onEnvRequestCallbackOnEnvRequestCallback onEnvRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onEnvRequestCallbackOnEnvRequestCallback onEnvRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onExecRequestCallbackOnExecRequestCallback onExecRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onExecRequestCallbackOnExecRequestCallback onExecRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onExitSignalCallback onExitSignalCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onExitSignalCallbackOnExitSignalCallback onExitSignalCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onExitStatusCallback onExitStatusCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onExitStatusCallbackOnExitStatusCallback onExitStatusCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onPtyRequestCallbackOnPtyRequestCallback onPtyRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onPtyRequestCallbackOnPtyRequestCallback onPtyRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onPtyWindowChangeRequestCallbackOnPtyWindowChangeRequestCallback onPtyWindowChangeRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onPtyWindowChangeRequestCallbackOnPtyWindowChangeRequestCallback onPtyWindowChangeRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onShellRequestCallbackOnShellRequestCallback onShellRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onShellRequestCallbackOnShellRequestCallback onShellRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onSignalCallback onSignalCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onSignalCallbackOnSignalCallback onSignalCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onSubsystemRequestCallbackOnSubsystemRequestCallback onSubsystemRequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onSubsystemRequestCallbackOnSubsystemRequestCallback onSubsystemRequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onX11RequestCallback onX11RequestCallback [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onX11RequestCallbackOnX11RequestCallback onX11RequestCallback [@property setter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- parentSSHSession parent [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it.