MediaTypeFormatter::SupportedEncodings Property
Gets the mutable collection of character encodings supported bythis MediaTypeFormatter.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
public: property Collection<Encoding^>^ SupportedEncodings { [CompilerGeneratedAttribute] Collection<Encoding^>^ get(); [CompilerGeneratedAttribute] private: void set(Collection<Encoding^>^ value); }
Property Value
Type: System.Collections.ObjectModel::Collection<Encoding^>^The collection of Encoding objects.
Show: