Disposes of the resources (other than memory) used by the Listener.
[Visual Basic]NotOverridable Public Sub Dispose()
[C#]
public final void Dispose();
Remarks
Stops listening and disposes all the client objects. Once disposed, this object should not be used anymore.
See Also
Listener Class | Listener Members | Org.Mentalis.Proxy Namespace | System.IDisposable