RequestHeaders.AcceptCharset Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает Accept-Charset
заголовок для HTTP-запроса.
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)