Encoding Property

HttpServer.dll

Encoding to use when sending stuff to the client.

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

Syntax

C#
public Encoding Encoding { get; set; }
Visual Basic (Declaration)
Public Property Encoding As Encoding
Visual C++
public:
property Encoding^ Encoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

Remarks

Default is UTF8

See Also