 | MeasuringStreamPosition Property |
Get or set the current position within the stream.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic override long Position { get; set; }
Property Value
Int64The position of the stream.
Exceptions
Remarks
Since it is possible to seek within a
MeasuringStream,
it is possible that the position will not always be identical to the
length of the stream, but typically it will be.
See Also