RequestHeaders.AcceptCharset Property

Definition

Gets or sets the Accept-Charset header for an HTTP request.

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ AcceptCharset { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> AcceptCharset { get; set; }
member this.AcceptCharset : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> with get, set
Public Property AcceptCharset As IList(Of StringWithQualityHeaderValue)

Property Value

Applies to