IWMEncFileTransferSource Interface
The IWMEncFileTransferSource interface manages a collection of HTML file sets used for streaming HTML content. Use the IWMEncFileSet interface to manage each file set.
The IWMEncFileTransferSource interface exposes the following properties and methods.
Property | Description |
Active | Retrieves the active file set. |
Count | Retrieves the number of HTML file sets in the collection. |
State | Retrieves the state of the IWMEncFileTransferSource interface. |
UserDrivenMode | Specifies and retrieves a value indicating how to send HTML file sets. |
Method | Description |
Abort | Stops the current operation to send HTML data. |
Add | Adds a file set to the collection. |
Item | Retrieves a specific file set. |
Move | Repositions the file sets in the collection. |
Remove | Removes a specific HTML file set from the collection. |
RemoveAll | Removes all HTML file sets from the collection. |
Send | Sends the HTML files in the specified file set. |
See Also