Gets or sets a Boolean value that indicates whether to use post tunneling.
Public Property UsePostTunneling As Boolean
Dim instance As DataServiceContext Dim value As Boolean value = instance.UsePostTunneling instance.UsePostTunneling = value
public bool UsePostTunneling { get; set; }
public: property bool UsePostTunneling { bool get (); void set (bool value); }
public function get UsePostTunneling () : boolean public function set UsePostTunneling (value : boolean)
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 .NET Framework default value of this property is false.
The Silverlight default value of this property is true.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003