ContentType Property

HttpServer.dll

Kind of content in the body

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

Syntax

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

Remarks

Default is text/html

See Also