Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MediaTypeFormatter.SupportedEncodings Property

 

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)

Public Property SupportedEncodings As Collection(Of Encoding)
	Get
	Private Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection(Of Encoding)

The collection of Encoding objects.

Return to top
Show: