PowerTCP Sockets for .NET
Abort Method (TcpBase)




Performs a hard close of the connection.
Syntax
'Declaration
 
Public Sub Abort() 
'Usage
 
Dim instance As TcpBase
 
instance.Abort()
public void Abort()
public: void Abort(); 
public:
void Abort(); 
Remarks

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

See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic