init(address:port:)
Initialize a newly-allocated NEProxyServer object
Declaration
init(address: String, port: Int)Parameters
- address:
The address of the proxy server.
- port:
The TCP port on which the proxy server is listening for connections.
Initialize a newly-allocated NEProxyServer object
init(address: String, port: Int)The address of the proxy server.
The TCP port on which the proxy server is listening for connections.