Amqp.Listener.ConnectionListener.WebSocketTransportListener.Close C# (CSharp) Méthode

Close() public méthode

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