Specifying a Site's IP Address (SetIP)

Use the ICISite interface SetIP method to set the IP address on which a Site listens for incoming connections. If the Site must be restarted after changing IP address, the SetIP method returns TRUE.

Signature:

HRESULT SetIP(

[in] long newVal,

[out, retval] VARIANT_BOOL *pNeedRestart);