MediaTypeOptions Class

Definition

Options for HttpLogging to configure which encoding to use for each media type.

public sealed class MediaTypeOptions
type MediaTypeOptions = class
Public NotInheritable Class MediaTypeOptions
Inheritance
MediaTypeOptions

Methods

AddBinary(MediaTypeHeaderValue)

Adds a MediaTypeHeaderValue to be used for logging as binary.

AddBinary(String)

Adds a content to be used for logging as text.

AddText(String)

Adds a contentType to be used for logging as text.

AddText(String, Encoding)

Adds a contentType to be used for logging as text.

Clear()

Clears all MediaTypes.

Applies to