ConnectionInfo.HttpHandling Property
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.
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.