Click or drag to resize

MimeTypesHelperGetStoreWriter Method (IEnumerableString)

Selects an appropriate IStoreWriter based on the given MIME Types.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IStoreWriter GetStoreWriter(
	IEnumerable<string> ctypes
)

Parameters

ctypes
Type: System.Collections.GenericIEnumerableString
MIME Types.

Return Value

Type: IStoreWriter

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetStoreWriter(System.Collections.Generic.IEnumerable{System.String})"]

Remarks

This method does not take account of any quality/charset preference parameters included in the Accept Header.

For writers which support ICompressingWriter they will be instantiated with the Compression Level specified by Options.DefaultCompressionLevel.

See Also