DataServiceContext.UsePostTunneling Property

Definition

Gets or sets a Boolean value that indicates whether to use post tunneling.

C#
public bool UsePostTunneling { get; set; }

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.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1