コード例 #1
0
 public DomainPeer(DomainSocket socket)
 {
     this.socket  = socket;
     this.@out    = socket.GetOutputStream();
     this.@in     = socket.GetInputStream();
     this.channel = socket.GetChannel();
 }