MarkLogic XCC/.Net Library

Session.EffectiveRequestOptions Property

An dynamically created instance of RequestOptions that represents the effective default request options for this Session (ie, the options that would be applied if no options are applied to a specific Request. The values in the returned instance reflect the builtin defaults merged with the values in the options set by for the DefaultRequestOptions property, (if any). The object returned is a copy, making changes to it will not affect option settings for the Session.

[Visual Basic]
Property EffectiveRequestOptions As RequestOptions
[C#]
RequestOptions EffectiveRequestOptions {get;}

See Also

Session Interface | Marklogic.Xcc Namespace