UrlDecoder Constructor

HttpServer.dll

Initializes a new instance of the UrlDecoder class

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

Syntax

C#
public UrlDecoder()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
UrlDecoder()

See Also