'Declaration
Public Overloads Shared Function GetTempFileStreamCopy( _ ByVal contentStream As Stream _ ) As FileStream
public static FileStream GetTempFileStreamCopy( Stream contentStream )
Parameters
- contentStream
- An open Stream to copy from its current Position to its end.
Return Value
An open read-write FileStream which is set to delete on close with a copy of the contentStream.