MultipartContent.HeaderEncodingSelector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a callback that decode response header values.
public:
property System::Net::Http::HeaderEncodingSelector<System::Net::Http::HttpContent ^> ^ HeaderEncodingSelector { System::Net::Http::HeaderEncodingSelector<System::Net::Http::HttpContent ^> ^ get(); void set(System::Net::Http::HeaderEncodingSelector<System::Net::Http::HttpContent ^> ^ value); };
public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpContent>? HeaderEncodingSelector { get; set; }
member this.HeaderEncodingSelector : System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpContent> with get, set
Public Property HeaderEncodingSelector As HeaderEncodingSelector(Of HttpContent)
Property Value
The header encoding selector callback to decode the value for the specified response header name, or null
to indicate the default behavior.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.