| MeasuringStreamSetLength Method |
Set the length of the stream.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override void SetLength(
long value
)
Parameters
- value Int64
- The desired length of the stream in bytes.
Exceptions Remarks
Sets the
Length to the specified value and updates
Position to the specified value if (and only if)
the current position is greater than the new length value.
See Also