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

Inheritance: HttpHeaderBase
Show file Open project: tomkuijsten/restup

Public Methods

Method Description
ContentTypeHeader ( string contentType )
ContentTypeHeader ( string contentType, string charset )

Private Methods

Method Description
FormatContentType ( string contentType, string charset ) : string

Method Details

ContentTypeHeader() public method

public ContentTypeHeader ( string contentType )
contentType string

ContentTypeHeader() public method

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