Beispiel #1
0
 public void Connect(IPEndPoint endPoint)
 {
     Socket.Connect(endPoint);
 }