Amqp.Listener.ConnectionListener.WebSocketTransportListener.Close C# (CSharp) 메소드

Close() 공개 메소드

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