SoapMessage.ContentEncoding Vlastnost

Definice

Získá nebo nastaví obsah hlavičky 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

Hodnota vlastnosti

String

Obsah hlavičky Content-Encoding HTTP.

Výjimky

Poznámky

Rozšíření SOAP může vlastnost nastavit ContentEncoding tak, aby poskytovala doplňující informace o kódování zprávy SOAP beze změny typu média vyjádřeného Content-Type v hlavičce HTTP.

Platí pro

Viz také