Метод | Описание | |
---|---|---|
ContentTypeHeader ( string contentType ) : System |
Initializes a new instance of the ContentTypeHeader class.
|
|
ContentTypeHeader ( string contentType, HttpServer.Headers.HeaderParameterCollection parameterCollection ) : System |
Initializes a new instance of the ContentTypeHeader class.
|
|
ToString ( ) : string |
Returns data formatted as a HTTP header value.
|
public ContentTypeHeader ( string contentType ) : System | ||
contentType | string | Type of the content. |
Результат | System |
public ContentTypeHeader ( string contentType, HttpServer.Headers.HeaderParameterCollection parameterCollection ) : System | ||
contentType | string | Type of the content. |
parameterCollection | HttpServer.Headers.HeaderParameterCollection | Value parameters. |
Результат | System |