Show / Hide Table of Contents

Class HSContentType

Contains properties of HTTP Content-Type header. See HSMessage.ContentType.

public class HSContentType

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
HSContentType

Properties

Name Description
Boundary

Returns the boundary parameter without double quotes, or null if not specified.

Charset

Returns the charset parameter, or null if not specified.

Encoding

Gets text encoding.

MediaType

Methods

Name Description
Create(Dictionary<string, string>)

Creates from Content-Type header.