Share via


HttpChannelHandling Enum

Definition

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.

Applies to