HttpListener.IDisposable.Dispose Method

Definition

Releases the resources held by this HttpListener object.

 virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose

Implements

Remarks

Applications should use the Close method instead of calling this method.

Applies to