'Declaration
Public Overloads Shared Function GetTempFileStreamCopy( _ ByVal contentStream As Stream, _ ByRef fileName As String _ ) As FileStream
public static FileStream GetTempFileStreamCopy( Stream contentStream, out string fileName )
Parameters
- contentStream
- An open Stream to copy from its current Position to its end.
- fileName
- The full file name path created.
Return Value
An open read-write FileStream which will NOT delete on close with a copy of the contentStream.