ConnectionInfo.HttpHandling Property

Definition

Gets and sets the way the client will handle the HTTP-based XMLA connection.

public Microsoft.AnalysisServices.HttpChannelHandling HttpHandling { get; set; }
member this.HttpHandling : Microsoft.AnalysisServices.HttpChannelHandling with get, set
Public Property HttpHandling As HttpChannelHandling

Property Value

An HttpChannelHandling value with the HTTP handling flow.

Remarks

This property is ignored if the connection is not using HTTP-based communication.

Applies to