C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.IO
Stream Class
Stream Methods
Close Method
CopyTo Method
Dispose Method
Read Method
ReadByte Method
Seek Method
Write Method
WriteByte Method
Stream
Close 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#
Copy
public
virtual
void
Close
()
See Also
Reference
Stream Class
System.IO Namespace