FtpWebRequest.PreAuthenticate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
总是引发 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
属性值
总是引发 NotSupportedException。
例外
FTP 不支持预身份验证。
注解
PreAuthenticate提供 属性只是为了与 和 WebResponse 类的其他实现WebRequest兼容。