CInternetServer::m_nTimeout  
 
DWORD m_nTimeout;

The default options used when starting an instance of the server.

Remarks

The m_nTimeout data member is a public variable that specifies the number of seconds the server should wait for a client to perform a network operation. If the client does not exchange any information with the server within this period of time, a timeout event will occur. The timeout value affects all clients that are connected to the server. This variable can be modified directly or by calling the SetTimeout method. Changing the value of this data member does not have an effect on an active instance of the server.

See Also

CInternetServer, GetTimeout, SetTimeout