Xceed .NET Libraries Documentation
CloseChannel(SSHConnectionProtocolChannel,Boolean) Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHConnectionProtocol Class > CloseChannel Method : CloseChannel(SSHConnectionProtocolChannel,Boolean) Method
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHConnectionProtocol Class
SSHConnectionProtocol Members
Overload List