ProviderBaseTProvider Class |
Namespace: net.openstack.Providers.Rackspace
public abstract class ProviderBase<TProvider> : IRackspaceProvider where TProvider : class
The ProviderBaseTProvider type exposes the following members.
Name | Description | |
---|---|---|
ApplicationUserAgent |
Gets or sets the application-specific user agent for the provider instance.
| |
BackoffPolicy |
Gets or sets the back-off policy to use for polling operations.
| |
ConnectionLimit |
Gets or sets the maximum number of connections allowed on the ServicePoint
objects used for requests. If the value is , the connection limit value for the
ServicePoint object is not altered.
| |
DefaultRegion |
Gets the default region for this provider instance, if one was specified.
|
Name | Description | |
---|---|---|
AfterAsyncWebResponse |
This event is fired when the result of an asynchronous web request is received.
| |
BeforeAsyncWebRequest |
This event is fired immediately before sending an asynchronous web request.
|