FtpWebRequest.ContentType プロパティ
アセンブリ: System (system.dll 内)
構文Public Overrides Property ContentType As String
Dim instance As FtpWebRequest Dim value As String value = instance.ContentType instance.ContentType = value
public: virtual property String^ ContentType { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_ContentType () /** @property */ public void set_ContentType (String value)
public override function get ContentType () : String public override function set ContentType (value : String)
常に NotSupportedException をスローします。
例外
解説ContentType プロパティは、WebRequest クラスおよび WebResponse クラスの他の実装との互換性を維持する目的でのみ提供されています。ContentType を使用する必要はありません。
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からFtpWebRequest.ContentType プロパティを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からFtpWebRequest.ContentType プロパティ
を検索
- FtpWebRequest.ContentType プロパティのページへのリンク