CreateFileStream

CreateFileStream delegate

Represents the method that instantiates stream used to write output file data.

public delegate Stream CreateFileStream();

Return Value

The stream used to write output file data.

See Also