FileSpecification.StreamContents

FileSpecification.StreamContents property

Gets contents of file as stream. Contents is not loaded into memory which allows to decrease memory usage. But this stream does not support positioning and Length property. If you need this features please use Contents property instead.

public Stream StreamContents { get; }

See Also