Connection.createTcpTunnel()
DESCRIPTION
Create a new tunnel on this connection. Tunnel must subsequently be opened.
DECLARATION
public func createTcpTunnel() throws -> TcpTunnel
PARAMETERS
None.
ERRORS
Throws the following errors:
ALLOCATION_ERROR:
- if the tunnel could not be created.
RETURN VALUES
None.
EXAMPLES
None.