MultipartDecoder Class

HttpServer.dll

[Missing <summary> documentation for T:HttpServer.FormDecoders.MultipartDecoder]

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

Syntax

C#
public class MultipartDecoder : FormDecoder
Visual Basic (Declaration)
Public Class MultipartDecoder _
	Implements FormDecoder
Visual C++
public ref class MultipartDecoder : FormDecoder

Remarks

http://www.faqs.org/rfcs/rfc1867.html

Inheritance Hierarchy

System..::.Object
  HttpServer.FormDecoders..::.MultipartDecoder

See Also