WebApiConstants Class

Constants pertaining to the Web API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApiWebApiConstants

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class WebApiConstants

The WebApiConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInvalidSessionHttpStatusCode
The custom HTTP status code used when the session is invalid in a call. This is using Microsoft's custom 440 HTTP extension code for bad session. We can't return Unauthorized as this will cause the browser to re-prompt for windows authentication (if enabled), which we do not want.
Public fieldStatic memberWebApiLogChannel
The name of the channel used in logging for Web API messages.
Top
See Also