Method | Description | |
---|---|---|
CanParse ( string contentType ) : bool |
Checks if the decoder can handle the mime type
|
|
Decode ( Stream stream, string contentType, |
|
public CanParse ( string contentType ) : bool | ||
contentType | string | Content type (with any additional info like boundry). Content type is always supplied in lower case. |
return | bool |
public Decode ( Stream stream, string contentType, |
||
stream | Stream | Stream containing the content |
contentType | string | Content type (with any additional info like boundry). Content type is always supplied in lower case |
encoding | Stream enconding | |
return | HttpForm |