Click or drag to resize

MimeTypesHelperGetStoreWriter Method (String)

Selects an appropriate IStoreWriter based on the HTTP Accept header form a HTTP Request.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IStoreWriter GetStoreWriter(
	string acceptHeader
)

Parameters

acceptHeader
Type: SystemString
Value of the HTTP Accept Header.

Return Value

Type: IStoreWriter
A Writer for a Content Type the client accepts.
Remarks
This method does not take account of any quality/charset preference parameters included in the Accept Header.
See Also