Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
Stop method
Stops the channel tunneling.
Type
NoneRemarks
Once you call the Stop method, channel will stop accepting new connections and any users currently connected to the channel will be disconnected.If you want to wait until users disconnect by themselves before closing the channel, you should first deny new connections to the channel (from the UserConnecting event) and when the last user leaves the channel (which can be detected in the UserDisconnected event) you can close the channel.