GSF.Web.Hosting.WebServer.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

Releases all the resources used by the WebServer object.
public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

WebServer::Dispose ( bool disposing ) : void