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

StartListening() public method

Start the listener to receive wsdiscovery message
public StartListening ( ) : void
return void
        public void StartListening()
        {
            this.isStopped = false;
            this.transport.StartListening();
        }