MarkLogic XCC/.Net Library

RequestOptions.RequestName Property

A user-defined name value to be associated with the Request. The value provided must be an alphanumeric string (letters and numbers only, must start with a letter). It will be logged as the HTTP Referer header in the access log and may be set as the name of the request while running in the server. This name may (eventually) be visible in the MarkLogic Server admin interface.

[Visual Basic]
Overridable Public Property RequestName As String
[C#]
public virtual string RequestName {get; set;}

See Also

RequestOptions Class | Marklogic.Xcc Namespace