C# Class Restup.HttpMessage.Headers.Response.ContentTypeHeader

Inheritance: HttpHeaderBase
Afficher le fichier Open project: tomkuijsten/restup

Méthodes publiques

Méthode Description
ContentTypeHeader ( string contentType )
ContentTypeHeader ( string contentType, string charset )

Private Methods

Méthode Description
FormatContentType ( string contentType, string charset ) : string

Method Details

ContentTypeHeader() public méthode

public ContentTypeHeader ( string contentType )
contentType string

ContentTypeHeader() public méthode

public ContentTypeHeader ( string contentType, string charset )
contentType string
charset string