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

屬性值

String

在所有情況下都擲回 NotImplementedException

例外狀況

在所有情況下。

備註

這個屬性僅供與 和 WebResponse 類別的其他實 WebRequest 作相容。

適用於