FtpWebRequest.PreAuthenticate Proprietà

Definizione

Genera sempre un'eccezione 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

Valore della proprietà

Genera sempre un'eccezione NotSupportedException.

Eccezioni

La preautenticazione non è supportata da FTP.

Commenti

La PreAuthenticate proprietà viene fornita solo per la compatibilità con altre implementazioni delle WebRequest classi e WebResponse .

Si applica a