SoapMessage.ContentEncoding Property

Definition

Gets or sets the contents of the Content-Encoding HTTP header.

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

Property Value

The contents of the Content-Encoding HTTP header.

Exceptions

Remarks

A SOAP extension can set the ContentEncoding property to provide supplementary information about the encoding of a SOAP message without changing the media type as expressed in the Content-Type HTTP header.

Applies to

See also