The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResponse::ContentEncoding Property
Gets the method that is used to encode the body of the response.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property String^ ContentEncoding { String^ get(); internal: void set(String^ value); }
Property Value
Type: System::String^A string describing the method that is used to encode the body of the response.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current instance has been disposed. |
The ContentEncoding property contains the value of the Content-Encoding header returned with the response.
Show: