DataServiceContext.UsePostTunneling 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 or sets a Boolean value that indicates whether to use post tunneling.
public:
property bool UsePostTunneling { bool get(); void set(bool value); };
public bool UsePostTunneling { get; set; }
member this.UsePostTunneling : bool with get, set
Public Property UsePostTunneling As Boolean
Property Value
A Boolean value that indicates whether to use post tunneling.
Remarks
This property controls whether create, update, and delete requests sent to the data service will use the post tunneling feature of the protocol or not. When set to true, tunneling is used. When set to false, standard HTTP methods are used.
The default value of this property is false.