UseReverseProxy property

Returns or sets whether or not the Reverse Proxy flag for the server has been enabled.

If UseReverseProxy is FALSE, and EnableNameAlias is TRUE, then browsers are redirected to use the override URL. If UseReverseProxy is TRUE, redirection is not performed. Note that if EnableNameAlias is FALSE, then the value of EnableReverseProxy does not matter.

Syntax


C++

HRESULT get_UseReverseProxy(VARIANT_BOOL *pUseReverseProxy) 

HRESULT put_UseReverseProxy(VARIANT_BOOL MyUseReverseProxy) 

Scripting languages

Boolean = object.UseReverseProxy

object.UseReverseProxy = Boolean

Home

Applies to
IERUeRoomServerSettings