共用方式為


SoapMessage.ContentEncoding 屬性

定義

取得或設定 Content-Encoding HTTP 標頭的內容。

public:
 property System::String ^ ContentEncoding { System::String ^ get(); void set(System::String ^ value); };
public string ContentEncoding { get; set; }
member this.ContentEncoding : string with get, set
Public Property ContentEncoding As String

屬性值

String

Content-Encoding HTTP 標頭的內容。

例外狀況

備註

SOAP 延伸模組可以設定 ContentEncoding 屬性,以提供 SOAP 訊息編碼的增補資訊,而不需變更 HTTP 標頭中表示的 Content-Type 媒體類型。

適用於

另請參閱