Add Method

HttpServer.dll

Add a decoder.

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

Syntax

C#
public void Add(
	FormDecoder decoder
)
Visual Basic (Declaration)
Public Sub Add ( _
	decoder As FormDecoder _
)
Visual C++
public:
void Add(
	FormDecoder^ decoder
)

Parameters

decoder
Type: HttpServer.FormDecoders..::.FormDecoder

[Missing <param name="decoder"/> documentation for "M:HttpServer.FormDecoders.FormDecoderProvider.Add(HttpServer.FormDecoders.FormDecoder)"]

Exceptions

See Also