SoapMessage::ContentEncoding Property

 

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

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property String^ ContentEncoding {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The contents of the Content-Encoding HTTP header.

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.

.NET Framework
Available since 1.1
Return to top
Show: