DecodeBody Method

HttpServer.dll

Decode body into a form.

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

Syntax

C#
public void DecodeBody(
	FormDecoderProvider providers
)
Visual Basic (Declaration)
Public Sub DecodeBody ( _
	providers As FormDecoderProvider _
)
Visual C++
public:
void DecodeBody(
	FormDecoderProvider^ providers
)

Parameters

providers
Type: HttpServer.FormDecoders..::.FormDecoderProvider
A list with form decoders.

Exceptions

ExceptionCondition
System.IO..::.InvalidDataExceptionIf body contents is not valid for the chosen decoder.
System..::.InvalidOperationExceptionIf body is still being transferred.

See Also