NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ClientProtocol.AllowAutoRedirect

Gets or sets a value indicating whether the client should automatically follow server redirects.

[Visual Basic]
Public Property AllowAutoRedirect As Boolean
[C#]
public bool AllowAutoRedirect {get; set;}
[C++]
public: __property bool get_AllowAutoRedirect();
public: __property void set_AllowAutoRedirect(bool);
[JScript]
public function get AllowAutoRedirect() : Boolean;
public function set AllowAutoRedirect(Boolean);

Property Value

true to automatically redirect the client to follow server redirects; otherwise, false. The default is false.

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | AllowAutoRedirect