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

Dispose() public method

Dispose the resource of the class
public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (!this.isStopped)
            {
                this.transport.StopListening();
            }

            this.transport.Dispose();
        }