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!

WebRequest.PreAuthenticate

When overridden in a derived class, enables or disables pre-authentication.

[Visual Basic]
Overridable Public Property PreAuthenticate As Boolean
[C#]
public bool PreAuthenticate {virtual get; virtual 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);

See Also

WebRequest Class | WebRequest Members | System.Net Namespace