FtpWebResponse.ContentType 属性

定义

在所有情况下均引发 NotImplementedException

public:
 virtual property System::String ^ ContentType { System::String ^ get(); };
public override string ContentType { get; }
member this.ContentType : string
Public Overrides ReadOnly Property ContentType As String

属性值

在所有情况下均引发 NotImplementedException

例外

在所有情况下。

注解

提供此属性只是为了与 和 WebResponse 类的其他实现WebRequest兼容。

适用于