HttpStack Enumeration

Represents the type of HTTP implementation to use when accessing the data service.

Supported only by the WCF Data Services 5.0 client for Silverlight.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client.SL (in Microsoft.Data.Services.Client.SL.dll)

Syntax

'Declaration
Public Enumeration HttpStack
'Usage
Dim instance As HttpStack
public enum HttpStack
public enum class HttpStack
type HttpStack
public enum HttpStack

Members

Member name Description
Auto The client automatically determines the HTTP implementation to use. This is the recommended setting.
ClientHttp A Silverlight client HTTP implementation is used.
XmlHttp An XMLHTTP implementation is used.

Remarks

The default value is Auto. When Auto is used, the client library automatically chooses the HTTP implementation that is used to access the data service. For example, when an XMLHTTP-based request cannot be used because of out-of-browser or cross-domain requirements, the Silverlight client HTTP implementation is used.

See Also

Reference

System.Data.Services.Client Namespace