Beispiel #1
0
 private void requestStreamStop()
 {
     Logger.Info($"Requesting stream stop for client {Client.Client.RemoteEndPoint}");
     CaptureProcess.stopStreaming(this);
 }