RebroadcastServerConnectionBytesBuffered Property |
Gets or sets a count of bytes currently buffered and awaiting transmission.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long BytesBuffered { get; set; }
Public Property BytesBuffered As Long
Get
Set
public:
property long long BytesBuffered {
long long get ();
void set (long long value);
}
member BytesBuffered : int64 with get, set
Property Value
Type:
Int64See Also