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
RequestResponse
public class HttpUploadSource : IUploadSource
Constructors
HttpUploadSource(IWebMClient, Uri, string)
Initializes a new instance of the HttpUploadSource class.
Declaration
RequestResponse
public HttpUploadSource(IWebMClient client, Uri uri, string name = "")
Parameters
Type | Name | Description | ||||
---|---|---|---|---|---|---|
IWebMClient | client |
The IWebMClient instance. | ||||
Uri | uri |
The to access the underlying source. DeclarationRequestResponse
Returns
Implements |