ContentLength Property

HttpServer.dll

Number of bytes in the body

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

Syntax

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

See Also