Click or drag to resize

BaseAsyncHttpConnector.LoadGraphAsync Method

Helper method for doing async load operations, callers just need to provide an appropriately prepared HTTP request.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void LoadGraphAsync(
	HttpWebRequest request,
	IRdfHandler handler,
	AsyncStorageCallback callback,
	Object state
)

Parameters

request
Type: System.Net.HttpWebRequest
HTTP Request.
handler
Type: VDS.RDF.IRdfHandler
Handler to load with.
callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to the callback.
See Also