次の方法で共有


SoapMessage.ContentEncoding プロパティ

メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。

Content-Encoding HTTP ヘッダーの内容を取得または設定します。

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

プロパティ値

Content-Encoding HTTP ヘッダーの内容。

例外

例外の種類 条件
InvalidOperationException 現在の SoapMessageStageAfterSerialize または AfterDeserialize の段階です。

解説

SOAP 拡張機能は、 ContentEncoding プロパティを設定することによって、 Content-Type HTTP ヘッダーに指定されているメディア タイプを変更することなく、SOAP メッセージのエンコードの補足情報を提供できます。

必要条件

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

参照

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