ContentNegotiationResult Class

 

Represents the result of content negotiation performed using <see cref="M:System.Net.Http.Formatting.IContentNegotiator.Negotiate(System.Type,System.Net.Http.HttpRequestMessage,System.Collections.Generic.IEnumerable{System.Net.Http.Formatting.MediaTypeFormatter})" />

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

System::Object
  System.Net.Http.Formatting::ContentNegotiationResult

public ref class ContentNegotiationResult 

NameDescription
System_CAPS_pubmethodContentNegotiationResult(MediaTypeFormatter^, MediaTypeHeaderValue^)

Create the content negotiation result object.

NameDescription
System_CAPS_pubpropertyFormatter

The formatter chosen for serialization.

System_CAPS_pubpropertyMediaType

The media type that is associated with the formatter chosen for serialization. Can be null.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: