SparqlRemoteUpdateEndpoint Class |
Namespace: VDS.RDF.Update
The SparqlRemoteUpdateEndpoint type exposes the following members.
Name | Description | |
---|---|---|
SparqlRemoteUpdateEndpoint(String) |
Creates a new SPARQL Update Endpoint for the given URI.
| |
SparqlRemoteUpdateEndpoint(Uri) |
Creates a new SPARQL Update Endpoint for the given URI.
|
Name | Description | |
---|---|---|
Credentials |
Gets/Sets the HTTP authentication credentials to be used.
(Inherited from BaseEndpoint.) | |
HttpMode |
Gets/Sets the HTTP Method used for requests.
(Overrides BaseEndpointHttpMode.) | |
Proxy |
Gets/Sets a Proxy Server to be used.
(Inherited from BaseEndpoint.) | |
ProxyCredentials |
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseEndpoint.) | |
Timeout |
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseEndpoint.) | |
Uri |
Gets the Endpoints URI.
(Inherited from BaseEndpoint.) | |
UseCredentialsForProxy |
Controls whether the Credentials set with the SetCredentials() method or the Credentialsare also used for a Proxy (if used).
(Inherited from BaseEndpoint.) | |
UserAgent |
Gets/Sets the user agent string to pass in the request header.
(Inherited from BaseEndpoint.) |
Name | Description | |
---|---|---|
ApplyCustomRequestOptions |
Method which may be overridden in derived classes to add any additional custom request options/headers to the request.
(Inherited from BaseEndpoint.) | |
ApplyRequestOptions |
Applies generic request options (timeout, authorization and proxy server) to a request.
(Inherited from BaseEndpoint.) | |
ClearCredentials |
Clears any in-use credentials so subsequent requests will not use HTTP authentication.
(Inherited from BaseEndpoint.) | |
ClearProxy |
Clears any in-use credentials so subsequent requests will not use a proxy server.
(Inherited from BaseEndpoint.) | |
ClearProxyCredentials |
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
(Inherited from BaseEndpoint.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeConfiguration |
Serializes configuration for the endpoint.
(Overrides BaseEndpointSerializeConfiguration(ConfigurationSerializationContext).) | |
SetCredentials(String, String) |
Sets the HTTP Digest authentication credentials to be used.
(Inherited from BaseEndpoint.) | |
SetCredentials(String, String, String) |
Sets the HTTP Digest authentication credentials to be used.
(Inherited from BaseEndpoint.) | |
SetProxy(String) |
Sets a Proxy Server to be used.
(Inherited from BaseEndpoint.) | |
SetProxy(Uri) |
Sets a Proxy Server to be used.
(Inherited from BaseEndpoint.) | |
SetProxyCredentials(String, String) |
Sets Credentials to be used for Proxy Server.
(Inherited from BaseEndpoint.) | |
SetProxyCredentials(String, String, String) |
Sets Credentials to be used for Proxy Server.
(Inherited from BaseEndpoint.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update(String) |
Makes an update request to the remote endpoint.
| |
Update(String, UpdateCallback, Object) |
Makes an update request asynchronously to the remote endpoint.
|