次の方法で共有


SoapMessage.ContentType プロパティ

SOAP 要求または SOAP 応答の HTTP Content-Type を取得または設定します。

Public Property ContentType As String
[C#]
public string ContentType {get; set;}
[C++]
public: __property String* get_ContentType();public: __property void set_ContentType(String*);
[JScript]
public function get ContentType() : String;public function set ContentType(String);

プロパティ値

SOAP 要求または SOAP 応答の HTTP Content-Type 。既定値は、"text/xml" です。

例外

例外の種類 条件
InvalidOperationException ContentType は、 AfterSerialize の段階または AfterDeserialize の段階でアクセスされます。

解説

ContentType プロパティには、 BeforeSerialize の段階および BeforeDeserialize の段階に限りアクセスできます。それ以外の場合は InvalidOperationException がスローされます。

SOAP メッセージのエンコードに関する補足情報を提供するには、 ContentType プロパティの代わりに、 ContentEncoding プロパティを使用してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

SoapMessage クラス | SoapMessage メンバ | System.Web.Services.Protocols 名前空間 | SoapMessageStage | ContentEncoding