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.PreAuthenticate

Gets or sets a value indicating whether pre-authentication is enabled.

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

Property Value

true to pre-authenticate the request; otherwise, false. The default is false.

Remarks

When PreAuthenticate is true, the WWW-Authenticate header is sent with the initial request if its value is known.

See Also

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