Method | Description | |
---|---|---|
CreateCompressor ( string acceptEncoding ) : ICompressor |
Creates a instance of compressor
|
|
IsSupportedMediaType ( string mediaType ) : bool |
Checks whether the media-type is supported
|
public CreateCompressor ( string acceptEncoding ) : ICompressor | ||
acceptEncoding | string | Value of the Accept-Encoding HTTP header |
return | ICompressor |
public IsSupportedMediaType ( string mediaType ) : bool | ||
mediaType | string | Media-type |
return | bool |