Click or drag to resize
StreamClose Method
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual void Close()
See Also