Exemplo n.º 1
0
        public void Connect(string Host, int Port, int Ms, bool isSecure)
        {
            var xx = this;

            Sockets.Connect((Peer)xx, Host, Port, Ms, isSecure, Local, Completed);
        }
Exemplo n.º 2
0
 public void Connect(Socket Socket, Peer Peer, bool isSecure, bool isLocal)
 {
     Start(Sockets.Create(Socket, Peer, isSecure, isLocal));
 }