Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
fileStream.Close(), closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
fileStream.Dispose(), releases all resources used by the Stream.
Syntax
public void EndReceivingDataFile()
Run On
Server
Exceptions
Exception | Condition |
---|---|
Error | Throws error if fail to close or dispose of the file stream. |