CInternetServer::m_dwOptions  
 
DWORD m_dwOptions;

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

Remarks

The m_dwOptions data member is a public variable that specifies the default options that should be used when starting an instance of the server. This variable can be modified directly or by calling the SetOptions method. For a list of available server options, see Server Option Constants. Changing the value of this data member does not have an effect on an active instance of the server.

See Also

CInternetServer, GetOptions, SetOptions