'Declaration Public Overloads Function CloseChannel( _ ByVal channel As SSHConnectionProtocolChannel, _ ByVal closedRemotely As Boolean _ ) As Boolean
'Usage Dim instance As SSHConnectionProtocol Dim channel As SSHConnectionProtocolChannel Dim closedRemotely As Boolean Dim value As Boolean value = instance.CloseChannel(channel, closedRemotely)
public bool CloseChannel( SSHConnectionProtocolChannel channel, bool closedRemotely )
Parameters
- channel
- closedRemotely