







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
| Exception | Condition |
|---|---|
| System.IO..::.InvalidDataException | If body contents is not valid for the chosen decoder. |
| System..::.InvalidOperationException | If body is still being transferred. |
