Esempio n. 1
0
 public ServerUtilities(IDiagOutput diagOutput)
 {
     _DiagOutput = diagOutput;
 }
Esempio n. 2
0
 public GenericServer(int port)
 {
     _Listener   = new TcpListener(IPAddress.Any, port);
     _DiagOutput = new NullDiagOutput();
 }