FtpWebRequest.PreAuthenticate Property
Definition
Always throws a NotSupportedException.
public:
virtual property bool PreAuthenticate { bool get(); void set(bool value); };
public override bool PreAuthenticate { get; set; }
member this.PreAuthenticate : bool with get, set
Public Overrides Property PreAuthenticate As Boolean
Property Value
Always throws a NotSupportedException.
Exceptions
Preauthentication is not supported for FTP.
Remarks
The PreAuthenticate property is provided only for compatibility with other implementations of the WebRequest and WebResponse classes.