Click or drag to resize

MimeTypesHelper Properties

The MimeTypesHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefinitions
Gets the available MIME Type Definitions.
Public propertyStatic memberHttpAcceptHeader
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).
Public propertyStatic memberHttpRdfDatasetAcceptHeader
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.
Public propertyStatic memberHttpRdfOrDatasetAcceptHeader
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.
Public propertyStatic memberHttpRdfOrSparqlAcceptHeader
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.
Public propertyStatic memberHttpSparqlAcceptHeader
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.
Public propertyStatic memberSupportedRdfDatasetMimeTypes
Gets the Enumeration of supported MIME Types for RDF Datasets.
Public propertyStatic memberSupportedRdfMimeTypes
Gets the Enumeration of supported MIME Types for RDF Graphs.
Public propertyStatic memberSupportedRdfOrSparqlMimeTypes
Gets the Enumeration of supported MIME Types for RDF Graphs or SPARQL Results.
Public propertyStatic memberSupportedSparqlMimeTypes
Gets the Enumeration of supported MIME Types for SPARQL Results.
Top
See Also