 | ByteCountingStreamBytesRead Property |
Gets the number of bytes that have been read through this stream.
Namespace: SanteDB.Core.IOAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic long BytesRead { get; }Public ReadOnly Property BytesRead As Long
Get
public:
property long long BytesRead {
long long get ();
}member BytesRead : int64 with get
Property Value
Int64
See Also