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!

HttpWebRequest.PreAuthenticate

Enables or disables pre-authentication.

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

Remarks

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

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace