public void Connect(string Host, int Port, int Ms, bool isSecure) { var xx = this; Sockets.Connect((Peer)xx, Host, Port, Ms, isSecure, Local, Completed); }
public void Connect(Socket Socket, Peer Peer, bool isSecure, bool isLocal) { Start(Sockets.Create(Socket, Peer, isSecure, isLocal)); }