Decoders Property

HttpServer.dll

Use with care.

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

Syntax

C#
public IList<FormDecoder> Decoders { get; }
Visual Basic (Declaration)
Public ReadOnly Property Decoders As IList(Of FormDecoder)
Visual C++
public:
property IList<FormDecoder^>^ Decoders {
	IList<FormDecoder^>^ get ();
}

See Also