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実装との互換性のためにのみ提供されます。

適用対象