Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.WsDiscoveryService.StopListening C# (CSharp) Method

StopListening() public method

Stop the listener to not receive wsdiscovery message
public StopListening ( ) : void
return void
        public void StopListening()
        {
            this.isStopped = true;
            this.transport.StopListening();
        }