Esempio n. 1
0
 /// <summary>
 /// Binds the socket to the specified address
 /// </summary>
 public void BindSocket(string ip, int port)
 {
     SetAddress(ip, port);
     MainSocket.Bind(_socketAddress);
 }