MimeTypeSelector Properties | 
The MimeTypeSelector type exposes the following members.
| Name | Description | |
|---|---|---|
| Charset | 
            Gets the Charset for the selector (may be null if none specified).
              | |
| IsAny | 
            Gets whether the selector if for a */* pattern i.e. accept any.
              | |
| IsInvalid | 
            Gets whether the selector is invalid.
              | |
| IsRange | 
            Gets whether the selector is for a type/* pattern i.e. accept any sub-type of the given type.
              | |
| IsSpecific | 
            Gets whether the selector is for a specific MIME type e.g. type/sub-type.
              | |
| Order | 
            Gets the order of apperance for the selector (used as precedence tiebreaker where necessary).
              | |
| Quality | 
            Gets the quality for the selector (range of 0.0-1.0).
              | |
| RangeType | 
            Gets the range type if this is a range selector.
              | |
| Type | 
            Gets the selected type.
              |