ServiceStack.WebHost.Endpoints.Support.HttpListenerBase.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public virtual void Dispose()
        {
            this.Stop();

            if (EndpointHost.Config.ServiceManager != null)
            {
                EndpointHost.Config.ServiceManager.Dispose();
            }
        }