CloseChannel Method
Closes a existing SSHChannel .
Syntax
[VB.NET] Public Sub CloseChannel(ByVal ChannelId As Integer)
[C#] public void CloseChannel(int channelId);
Remarks
ChannelId is the identifier for the SSH channel to be closed.
NOTE: This method has a corresponding asynchronous version (CloseChannelAsync) for use in the WinRT environment.