PowerTCP Mail for .NET
Close Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > TcpStream Class : 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 Overrides Sub Close() 
Visual Basic (Usage)Copy Code
Dim instance As TcpStream
 
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 3.2
© 2010 Dart Communications. All Rights Reserved.