![]() |
Close() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: TCPSocket.h |
virtual BOOL Close();
Close the socket
try { //Quit if not ok if (!CheckSocketValid()) return FALSE; //Check if the father can close if (CSpoofSocket::Close()) { //Set the connection status SetConnectionStatus(FALSE); //And exit return TRUE; } else return FALSE; } ERROR_HANDLER_RETURN("Close",FALSE)
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |