setProxy method
Implementation
void setProxy(String host, int port) {
throw new UnimplementedError();
/*var proxy = new HttpConnectProxy(new IPEndPoint(IPAddress.Parse(host), port));
_socket.Proxy = (SuperSocket.ClientEngine.IProxyConnector)proxy;*/
}