HttpContentHeaders.ContentEncoding Eigenschap

Definitie

Hiermee haalt u de waarde van de Content-Encoding inhoudsheader op voor een HTTP-antwoord.

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)

Waarde van eigenschap

De waarde van de Content-Encoding inhoudsheader in een HTTP-antwoord.

Van toepassing op