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

Default 0

The client is handling the channel based on the default settings and configuration of the system.

PreferHttpClient 2

The client will prefer handling the channel using flow that is based on HttpClient infrastructute.

WebRequestBased 1

The client is handling the channel using flow that is based on traditional WebRequest infrastructure.

Applies to