HttpContentHeaders.ContentEncoding Property

Definition

Gets the value of the Content-Encoding content header on an HTTP response.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ ContentEncoding { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> ContentEncoding { get; }
member this.ContentEncoding : System.Collections.Generic.ICollection<string>
Public ReadOnly Property ContentEncoding As ICollection(Of String)

Property Value

The value of the Content-Encoding content header on an HTTP response.

Applies to