Class | Description | |
---|---|---|
BaseFullAccessProvider | This implements a system to import files requested via the import tag and to access url (and file) based datasources. Each access provider can be treated as a singleton. This extends BaseAccessProvider to include properties needed by AutoTag. | |
BaseFullAccessProvider.ConnectionFull | Use this instead of BaseAccessProvider.Connection. Provides .NET streams. | |
BaseFullAccessProvider.PropertyInfo | The info describing an authentication property. | |
BaseFullAccessProvider.PropInfoStatus | Use to pass in and get back if each property is required and/or enabled. | |
BaseFullAccessProvider.ResponseFull | Use this instead of BaseAccessProvider.Response. Provides a .NET stream. | |
FullAccessProviderFactory | Factory to return all access providers. Custom providers with identical names to the standard providers will replace the standard ones. |