C# 클래스 Restup.HttpMessage.Headers.Response.ContentTypeHeader

상속: HttpHeaderBase
파일 보기 프로젝트 열기: tomkuijsten/restup

공개 메소드들

메소드 설명
ContentTypeHeader ( string contentType )
ContentTypeHeader ( string contentType, string charset )

비공개 메소드들

메소드 설명
FormatContentType ( string contentType, string charset ) : string

메소드 상세

ContentTypeHeader() 공개 메소드

public ContentTypeHeader ( string contentType )
contentType string

ContentTypeHeader() 공개 메소드

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