FormDecoderProvider Class

HttpServer.dll

This provider is used to let us implement any type of form decoding we want without having to rewrite anything else in the server.

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

Syntax

C#
public class FormDecoderProvider
Visual Basic (Declaration)
Public Class FormDecoderProvider
Visual C++
public ref class FormDecoderProvider

Inheritance Hierarchy

System..::.Object
  HttpServer.FormDecoders..::.FormDecoderProvider

See Also