This method disconnects to the HTTP(S) server.
[Visual Basic] [ Boolean
= ]imagekitcontrolname.File.HTTPDisconnect
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFile().HTTPDisconnect()
Parameters
None
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The HTTPDisconnect method disconnects from the HTTP(S) server connected by the HTTPConnect method. This method can only be executed from the client computer. It does not operate on the server.