MimeTypesHelper Properties |
The MimeTypesHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Definitions |
Gets the available MIME Type Definitions.
| |
| HttpAcceptHeader |
Builds the String for the HTTP Accept Header that should be used when you want to ask for content in RDF formats (except Sparql Results).
| |
| HttpRdfDatasetAcceptHeader |
Builds the String for the HTTP Accept Header that should be used for making HTTP Requests where the returned data will be an RDF dataset.
| |
| HttpRdfOrDatasetAcceptHeader |
Builds the String for the HTTP Accept Header that should be used for making HTTP Requests where the returned data may be RDF or an RDF dataset.
| |
| HttpRdfOrSparqlAcceptHeader |
Builds the String for the HTTP Accept Header that should be used for making HTTP Requests where the returned data may be RDF or a SPARQL Result Set.
| |
| HttpSparqlAcceptHeader |
Builds the String for the HTTP Accept Header that should be used for querying Sparql Endpoints where the response will be a SPARQL Result Set format.
| |
| SupportedRdfDatasetMimeTypes |
Gets the Enumeration of supported MIME Types for RDF Datasets.
| |
| SupportedRdfMimeTypes |
Gets the Enumeration of supported MIME Types for RDF Graphs.
| |
| SupportedRdfOrSparqlMimeTypes |
Gets the Enumeration of supported MIME Types for RDF Graphs or SPARQL Results.
| |
| SupportedSparqlMimeTypes |
Gets the Enumeration of supported MIME Types for SPARQL Results.
|