| IResponseContentLength Property  | 
            Gets or sets the length of the content to send back to the user.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxlong ContentLength { get; set; }Property ContentLength As Long
	Get
	Set
property long long ContentLength {
	long long get ();
	void set (long long value);
}abstract ContentLength : int64 with get, set
Property Value
Type: 
Int64
See Also