MarkLogic XCC/.Net Library

Session.DefaultRequestOptions Property

The default RequestOptions instance for this Session object. An instance of RequestOptions with default settings is created when the Session is created and whenever you set this property to null, so this property is always non-null. If a RequestOptions object is set on both the Session and the Request, then both are applied with the values of the Request object taking precedence.

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

See Also

Session Interface | Marklogic.Xcc Namespace