HttpChannelHandling Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the way an HTTP-based XMLA channel is managed by the AS Client.
public enum HttpChannelHandling
type HttpChannelHandling =
Public Enum HttpChannelHandling
- Inheritance
-
HttpChannelHandling
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The client is handling the channel based on the default settings and configuration of the system. |
WebRequestBased | 1 | The client is handling the channel using flow that is based on traditional WebRequest infrastructure. |
PreferHttpClient | 2 | The client will prefer handling the channel using flow that is based on HttpClient infrastructute. |