DestinationName

This parameter indicates the ultimate host to which the Reflection security proxy server connects. This parameter is valid only when user authorization is enabled on the proxy server; otherwise, the destination host and port are predefined by the proxy server for a given server port. The value -1 can be used to indicate that the user may specify a destination host at runtime; in this case, the DestinationName and DestinationPort parameters must both be -1.

This parameter is used in conjunction with the securityEnabled parameter, and is valid for dynamically generated or protected static sessions only. When the HTML is delivered to the user, the DestinationName and DestinationPort parameters are removed from the HTML to hide the name and port of the ultimate destination host if the user views the HTML source from the web browser.

NOTE:The recommended method for configuring most settings is to use the dialog box equivalents where available. In these cases, parameters should be restricted to static pages or scripted sessions. The equivalent setting for the DestinationName parameter is Destination host.

Value

The name of the actual destination host to which the proxy server will connect.

Example

<param name="DestinationName" value="myHost">