Click or drag to resize

SessionRootURLHttp Property

Gets/Sets the root HTTP (vs. HTTPS) URL to use for the application. The HTTP root is currently only used to workaround IE6 limitations with downloading attachment documents under HTTPS. This property is set automatically in the context of the web server if HTTP is being used. If HTTPS is being used then the RootURLHttp application property must be set in order to populate this value.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string RootURLHttp { get; set; }

Property Value

Type: String
The root HTTP URL to use for the application.
See Also