Class | Description | |
---|---|---|
BasicAccessProvider | This implements a system to import files requested via the import tag and to access url based datasources using Basic access. | |
EmbeddedResourceAccessProvider | This implements a system to import files requested via the import tag reading from the apps resources. This would probably work for a datasource too, but that would be an unusual use case to say the least. | |
FileSystemAccessProvider | This implements a system to import files requested via the import tag and to access file based datasources. | |
HttpAccessProvider | Base class for all the http authentication protocols. | |
HttpAccessProvider.ConnectionHttp | An authenticated connection that can now make multiple requests of the client. | |
HttpAccessProvider.ResponseHttp | The response returned by an http request. |