Click or drag to resize

MimeTypesHelperCustomHttpAcceptHeader Method (IEnumerableString)

Creates a Custom HTTP Accept Header containing the given selection of MIME Types.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string CustomHttpAcceptHeader(
	IEnumerable<string> mimeTypes
)

Parameters

mimeTypes
Type: System.Collections.GenericIEnumerableString
Enumeration of MIME Types to use.

Return Value

Type: String

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

Remarks

Note: No validation is done on MIME Types so it is possible to generated a malformed header using this function.

See Also