Ejemplo n.º 1
0
 public DeviceClient(UdpClient client)
 {
     this.client   = client;
     receiveStream = client.ReceiveStream().Publish().RefCount();
 }