MediaTypeMapping Constructor (String)

Initializes a new instance of a MediaTypeMapping with the given mediaType value.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Protected Sub New ( _
    mediaType As String _
)
'Usage
Dim mediaType As String

Dim instance As New MediaTypeMapping(mediaType)
protected MediaTypeMapping(
    string mediaType
)
protected:
MediaTypeMapping(
    String^ mediaType
)
new : 
        mediaType:string -> MediaTypeMapping
protected function MediaTypeMapping(
    mediaType : String
)

Parameters

  • mediaType
    Type: System.String
    The String that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping.

See Also

Reference

MediaTypeMapping Class

MediaTypeMapping Overload

System.Net.Http.Formatting Namespace