Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the mutable collection of character encodings supported bythis MediaTypeFormatter.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
public Collection<Encoding> SupportedEncodings {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Collection<Encoding^>^ SupportedEncodings {
[CompilerGeneratedAttribute]
Collection<Encoding^>^ get();
[CompilerGeneratedAttribute]
private: void set(Collection<Encoding^>^ value);
}
member SupportedEncodings : Collection<Encoding> with get, private set
Public Property SupportedEncodings As Collection(Of Encoding)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<Encoding>
The collection of Encoding objects.
See Also
MediaTypeFormatter Class
System.Net.Http.Formatting Namespace
Return to top