MediaTypeOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |