ContentLength Property

HttpServer.dll

Size of the body. MUST be specified before sending the header, unless property Chunked is set to true.

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

Syntax

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

See Also