ResponseSentEventArgsBytesSent Property |
Gets the bytes sent in response to the request.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long BytesSent { get; }
Public ReadOnly Property BytesSent As Long
Get
public:
property long long BytesSent {
long long get ();
}
member BytesSent : int64 with get
Property Value
Type:
Int64See Also