Click or drag to resize

ConstructLinkOptions Enumeration

Options available to the EAPUtil.ConstructLink() method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ConstructLinkOptions
Members
  Member nameValueDescription
UseQualifiedPath1Use application's RootURL property to construct link, otherwise uses default root '~'.
UseHttp2Use an HTTP path even if running in HTTPS. Valid only in conjunction with UseQualifiedPath.
EncryptParams4Encrypt the parameters in the request other than req=request type
See Also