Share via


ODataStreamMediaTypeMapping Class

Definition

Media type mapping that associates requests with stream property.

public class ODataStreamMediaTypeMapping : System.Net.Http.Formatting.MediaTypeMapping
public class ODataStreamMediaTypeMapping : Microsoft.AspNet.OData.Formatter.MediaTypeMapping
type ODataStreamMediaTypeMapping = class
    inherit MediaTypeMapping
Public Class ODataStreamMediaTypeMapping
Inherits MediaTypeMapping
Inheritance
System.Net.Http.Formatting.MediaTypeMapping
ODataStreamMediaTypeMapping
Inheritance
ODataStreamMediaTypeMapping

Constructors

ODataStreamMediaTypeMapping()

Initializes a new instance of the ODataStreamMediaTypeMapping class.

Properties

MediaType

Gets the media type that is associated with request.

(Inherited from MediaTypeMapping)

Methods

TryMatchMediaType(HttpRequest)
TryMatchMediaType(HttpRequestMessage) System.Net.Http.Formatting.MediaTypeMapping.TryMatchMediaType(System.Net.Http.HttpRequestMessage)

Applies to