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 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class DenyRequestOptions

The DenyRequestOptions type exposes the following members.

Constructors
 NameDescription
Public methodDenyRequestOptionsInitializes 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