SoapMessage.ContentEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The current SoapMessageStage is AfterSerialize or AfterDeserialize stages.
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.