Beispiel #1
0
 public void TestCleanup()
 {
     if (wsProtocol != null && wsProtocol.Listening)
     {
         wsProtocol.StopListening();
     }
 }
 public void TestCleanup()
 {
     ipv4Client.Disconnect();
     ipv4Server.StopListening();
     ipv4Server.Dispose();
 }