true if authentication information will be sent with the current request without waiting for an authentication challenge from the requested resource; otherwise, false.
Type Reason NotSupportedException This property is not implemented in the derived class.
With the exception of the first request, the WebRequest.PreAuthenticate property indicates whether to send authentication information with subsequent requests without waiting to be challenged by the server. When WebRequest.PreAuthenticate is false, the System.Net.WebRequest waits for an authentication challenge before sending authentication information.
The System.Net.WebRequest class is an abstract class. The actual behavior of System.Net.WebRequest instances at run time is determined by the descendant class returned by the WebRequest.Create(Uri) method. For more information about default values and exceptions, see the documentation for the descendant classes, such as System.Net.HttpWebRequest and System.Net.FileWebRequest.