FileWebRequest.ContentType プロパティ
送信しているデータのコンテンツ タイプを取得または設定します。このプロパティは、今後使用するために予約されています。
Overrides Public Property ContentType As String
[C#]
public override string ContentType {get; set;}
[C++]
public: __property String* get_ContentType();public: __property void set_ContentType(String*);
[JScript]
public override function get ContentType() : String;public override function set ContentType(String);
プロパティ値
送信しているデータのコンテンツ タイプ。
解説
ContentType プロパティは、送信しているデータのメディア タイプを格納します。通常、これはコンテンツの MIME エンコーディングです。 ContentType プロパティは、現在 FileWebRequest クラスでは使用されていません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ