Amqp.Listener.ConnectionListener.WebSocketTransportListener.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
            public override void Close()
            {
                this.closed = true;
                this.httpListener.Stop();
                this.httpListener.Close();
            }