InetAccept event (ILEADRasterInet)
void InetAccept (short iServer); | |
Overview |
Refer to Implementing Internet Functionality. |
Remarks
Occurs when there is a computer waiting to be connected to a local server.
This event is generated in response to a remote computer requesting a connection. To connect to a remote computer using the Internet Control, use the InetConnect method.
The InetAcceptConnect method should be called in response to this event in order to accept the connection.
To disconnect the computer after the connection has been accepted, use the InetDisconnect method.
See Also
Elements: |
InetConnect method, InetAcceptConnect method, InetDisconnect method |
Topics |