setProxy method

void setProxy(
  1. String host,
  2. int port
)

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;*/
}