DataServiceContext.HttpStack Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a value that indicates the type of HTTP implementation to use when accessing the data service.
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Syntax
'Declaration
Public Property HttpStack As HttpStack
public HttpStack HttpStack { get; set; }
Property Value
Type: System.Data.Services.Client.HttpStack
A HttpStack value that indicates the HTTP implementation to use when accessing the data service.
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.