Class HttpUploadSource
Provides access to a file via HTTP/HTTPS that will be uploaded to Content Hub.
Inheritance
object
HttpUploadSource
Implements
Namespace: StylelabsStylelabs.MSdkWebClientModelsUpload
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Constructors
HttpUploadSource(IWebMClient, Uri, string)
Initializes a new instance of the HttpUploadSource class.
Declaration
Parameters
| Type | Name | Description | ||||
|---|---|---|---|---|---|---|
| IWebMClient | client |
The IWebMClient instance. | ||||
| Uri | uri |
The to access the underlying source. DeclarationReturns
Implements |