RebroadcastServerConnectionBytesWritten Property |
Gets or sets a count of bytes sent to the client.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long BytesWritten { get; set; }
Public Property BytesWritten As Long
Get
Set
public:
property long long BytesWritten {
long long get ();
void set (long long value);
}
member BytesWritten : int64 with get, set
Property Value
Type:
Int64See Also