InetServerClose method (ILEADRasterInet)
Overview |
Refer to Implementing Internet Functionality. |
Remarks
Shutdowns the server on the local computer.
Call this method to shutdown a server that was started using the InetServerInit method.
Once this method is completed, remote computers will not be able to connect until InetServerInit has been called to restart the server.
This method does not close any open connections. It only stops any new connection request from being accepted. To close open connections, you must use the InetDisconnect method.
See Also
Elements: |
InetServerInit method, InetConnect method, InetError event, InetDisconnect method |
Topics |