Dispose Method (Boolean)

HttpServer.dll

Deletes the temporary file

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected void Dispose(
	bool disposing
)
Visual Basic (Declaration)
Protected Sub Dispose ( _
	disposing As Boolean _
)
Visual C++
protected:
void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::.Boolean
True if manual dispose

See Also