PowerSNMP for .NET CF
Close() Method
See Also  Send comments on this topic.
Dart.Common Namespace > NetworkStream Class > Close Method : Close() Method




Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub Close() 
Visual Basic (Usage)Copy Code
Dim instance As NetworkStream
 
instance.Close()
C# 
public override void Close()
Managed Extensions for C++ 
public: void Close(); override 
C++/CLI 
public:
void Close(); override 

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.