FtpWebRequest.ContentType 属性

定义

总是引发 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

适用于