Click or drag to resize

ReqParamsOptions Field

"opts" - Options, used in many places. Typically the options take one of two forms:
  • A string where each character in a string corresponds to an option.
  • A bit-value number, typically in hex, where each bit represents an option.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const string Options = "opts"

Field Value

Type: String
See Also