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.

BufferedMediaTypeFormatter Class

 

Represents a helper class to allow a synchronous formatter on top of the asynchronous formatter infrastructure.

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

System::Object
  System.Net.Http.Formatting::MediaTypeFormatter
    System.Net.Http.Formatting::BufferedMediaTypeFormatter

public ref class BufferedMediaTypeFormatter abstract : MediaTypeFormatter

NameDescription
System_CAPS_protmethodBufferedMediaTypeFormatter()

Initializes a new instance of the BufferedMediaTypeFormatter class.

System_CAPS_protmethodBufferedMediaTypeFormatter(BufferedMediaTypeFormatter^)

Initializes a new instance of the BufferedMediaTypeFormatter class.

NameDescription
System_CAPS_pubpropertyBufferSize

Gets or sets the suggested size of buffer to use with streams in bytes.

System_CAPS_pubpropertyMediaTypeMappings

Gets the mutable collection of MediaTypeMapping objects that match HTTP requests to media types.(Inherited from MediaTypeFormatter.)

System_CAPS_pubpropertyRequiredMemberSelector

Gets or sets the IRequiredMemberSelector instance used to determine required members.(Inherited from MediaTypeFormatter.)

System_CAPS_pubpropertySupportedEncodings

Gets the mutable collection of character encodings supported bythis MediaTypeFormatter.(Inherited from MediaTypeFormatter.)

System_CAPS_pubpropertySupportedMediaTypes

Gets the mutable collection of media types supported bythis MediaTypeFormatter.(Inherited from MediaTypeFormatter.)

NameDescription
System_CAPS_pubmethodCanReadType(Type^)

Queries whether this MediaTypeFormatter can deserializean object of the specified type.(Inherited from MediaTypeFormatter.)

System_CAPS_pubmethodCanWriteType(Type^)

Queries whether this MediaTypeFormatter can serializean object of the specified type.(Inherited from MediaTypeFormatter.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPerRequestFormatterInstance(Type^, HttpRequestMessage^, MediaTypeHeaderValue^)

Returns a specialized instance of the MediaTypeFormatter that can format a response for the given parameters.(Inherited from MediaTypeFormatter.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReadFromStream(Type^, Stream^, HttpContent^, IFormatterLogger^)

Reads synchronously from the buffered stream.

System_CAPS_pubmethodReadFromStream(Type^, Stream^, HttpContent^, IFormatterLogger^, CancellationToken)

Reads synchronously from the buffered stream.

System_CAPS_pubmethodReadFromStreamAsync(Type^, Stream^, HttpContent^, IFormatterLogger^)
System_CAPS_pubmethodReadFromStreamAsync(Type^, Stream^, HttpContent^, IFormatterLogger^, CancellationToken)
System_CAPS_pubmethodSelectCharacterEncoding(HttpContentHeaders^)

Determines the best character encoding for reading or writing an HTTP entity body, given a set of content headers.(Inherited from MediaTypeFormatter.)

System_CAPS_pubmethodSetDefaultContentHeaders(Type^, HttpContentHeaders^, MediaTypeHeaderValue^)

Sets the default headers for content that will be formatted using this formatter. This method is called from the ObjectContent constructor. This implementation sets the Content-Type header to the value of mediaType if it is not null. If it is null it sets the Content-Type to the default media type of this formatter. If the Content-Type does not specify a charset it will set it using this formatters configured Encoding. (Inherited from MediaTypeFormatter.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteToStream(Type^, Object^, Stream^, HttpContent^)

Writes synchronously to the buffered stream.

System_CAPS_pubmethodWriteToStream(Type^, Object^, Stream^, HttpContent^, CancellationToken)

Writes synchronously to the buffered stream.

System_CAPS_pubmethodWriteToStreamAsync(Type^, Object^, Stream^, HttpContent^, TransportContext^)
System_CAPS_pubmethodWriteToStreamAsync(Type^, Object^, Stream^, HttpContent^, TransportContext^, CancellationToken)

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: