FtpWebResponse.ContentType 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在所有情况下均引发 NotImplementedException。
public:
 virtual property System::String ^ ContentType { System::String ^ get(); };public override string ContentType { get; }member this.ContentType : stringPublic Overrides ReadOnly Property ContentType As String属性值
在所有情况下均引发 NotImplementedException。
例外
在所有情况下。
注解
提供此属性仅用于与 和 WebResponse 类的其他实现WebRequest兼容。