Size of the body. MUST be specified before sending the header,
unless property Chunked is set to true.
Namespace:
HttpServerAssembly: 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: virtual property long long ContentLength { long long get () sealed; void set (long long value) sealed; } |