SoapMessage.ContentEncoding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
Content-Encoding
HTTP 標頭的內容。
例外狀況
備註
SOAP 延伸模組可以設定 ContentEncoding 屬性,以提供 SOAP 訊息編碼的增補資訊,而不需變更 HTTP 標頭中表示的 Content-Type
媒體類型。