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 をスローします。

例外

いずれの場合も。

注釈

このプロパティは、 WebRequest クラスおよび WebResponse クラスの他の実装との互換性のためにのみ提供されます。

適用対象