PowerTCP Sockets for .NET
Close Method (Server)




Closes the listening socket and allows each active connection to complete normally.
Syntax
'Declaration
 
Public Sub Close() 
'Usage
 
Dim instance As Server
 
instance.Close()
public void Close()
public: void Close(); 
public:
void Close(); 
See Also

Reference

Server Class
Server Members


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