Exemplo n.º 1
0
 public void ReleaseSocket(ushort port)
 {
     Machine.ReleaseSocket(port);
     _sockets.Remove(port);
 }