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);
true to pre-authenticate the request; otherwise, false. The default is false.
When PreAuthenticate is true, the WWW-Authenticate header is sent with the initial request if its value is known.
ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | PreAuthenticate