LogSessionHtmlBytesSent Property |
Gets or sets the overall size of all of the web pages sent in the session.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long HtmlBytesSent { get; set; }
Public Property HtmlBytesSent As Long
Get
Set
public:
property long long HtmlBytesSent {
long long get ();
void set (long long value);
}
member HtmlBytesSent : int64 with get, set
Property Value
Type:
Int64See Also