FtpWebRequest.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
总是引发 NotSupportedException。
public:
virtual property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public override string? ContentType { get; set; }
public override string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overrides Property ContentType As String
属性值
总是引发 NotSupportedException。
例外
FTP 不支持内容类型信息。
注解
ContentType提供 属性只是为了与 和 WebResponse 类的其他实现WebRequest兼容。 没有理由使用 ContentType。