Click or drag to resize

BaseHttpConnector Class

Abstract Base Class for HTTP based Storage API implementations.
Inheritance Hierarchy

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseHttpConnector

The BaseHttpConnector type exposes the following members.

Constructors
  NameDescription
Protected methodBaseHttpConnector
Creates a new connector.
Top
Properties
  NameDescription
Protected propertyPassword
Password for accessing the Store.
Public propertyProxy
Gets/Sets a Proxy Server to be used.
Public propertyProxyCredentials
Gets/Sets Credentials to be used for Proxy Server.
Public propertyTimeout
Gets/Sets the HTTP Timeouts used specified in milliseconds.
Protected propertyUsername
Password for accessing the Store.
Top
Methods
  NameDescription
Protected methodApplyRequestOptions
Helper method which applies standard request options to the request, these currently include proxy settings and HTTP timeout.
Public methodClearProxy
Clears any in-use credentials so subsequent requests will not use a proxy server.
Public methodClearProxyCredentials
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSerializeStandardConfig
Helper method which adds standard configuration information (proxy and timeout settings) to serialized configuration.
Public methodSetCredentials
Public methodSetProxy(String)
Sets a Proxy Server to be used.
Public methodSetProxy(Uri)
Sets a Proxy Server to be used.
Public methodSetProxyCredentials(String, String)
Sets Credentials to be used for Proxy Server.
Public methodSetProxyCredentials(String, String, String)
Sets Credentials to be used for Proxy Server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also