Esempio n. 1
0
 public Socket(_socket.HostI1 host, _socket.Port port)
 {
     _host = host;
     _port = port;
 }
Esempio n. 2
0
 public Domained(_socket.host_.named_.DomainedI host, _socket.Port port)
 {
     _host = host;
     _port = port;
 }