예제 #1
0
 public PeerConnectionClient(ServerDetails sd)
 {
     this.sd = sd;
     this.ps = new PlainClient(sd.GetIPEndPoint());
 }