DataServiceContext.UsePostTunneling Property

Definition

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.

Applies to