Exemplo n.º 1
0
 public CommunicationChannel(double timeoutInSeconds)
 {
     socket  = new PairSocket();
     Port    = socket.BindRandomPort(AddressOffset);
     timeout = timeoutInSeconds;
 }