FederatedSparqlRemoteEndpointQueryRaw Method (String, String) |
Makes a Query to a Sparql Endpoint and returns the raw Response.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override HttpWebResponse QueryRaw(
string sparqlQuery,
string[] mimeTypes
)
Public Overrides Function QueryRaw (
sparqlQuery As String,
mimeTypes As String()
) As HttpWebResponse
Parameters
- sparqlQuery
- Type: SystemString
Sparql Query String. - mimeTypes
- Type: SystemString
MIME Types to use for the Accept Header.
Return Value
Type:
HttpWebResponse[Missing <returns> documentation for "M:VDS.RDF.Query.FederatedSparqlRemoteEndpoint.QueryRaw(System.String,System.String[])"]
Exceptions Exception | Condition |
---|
NotSupportedException | Thrown if more than one endpoint is in use since for any federated endpoint which used more than one endpoint there is no logical/sensible way to combine the result streams. |
See Also