DenyRequestOptions Class

The options class for providing deny request information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDenyRequestOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DenyRequestOptions

The DenyRequestOptions type exposes the following members.

Constructors
  NameDescription
Public methodDenyRequestOptions
Initializes a new instance of the DenyRequestOptions class
Top
Properties
  NameDescription
Public propertyAdditionalMessage
Gets or sets the additional message.
Public propertySendResponseMessage
Gets or sets a value indicating whether a response message should be sent.
Top
See Also