PowerTCP Emulation for .NET CF
Abort Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class : Abort Method




Performs a hard close of the connection.

Syntax

Visual Basic (Declaration) 
Public Sub Abort() 
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
 
instance.Abort()
C# 
public void Abort()
Managed Extensions for C++ 
public: void Abort(); 
C++/CLI 
public:
void Abort(); 

Remarks

This method resets the connection and immediately clears the socket state.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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