IUriStreamService Methods
Defines a service which is called to retrieve data from the URI specified in some types of document fields.
Name | Description |
---|---|
Get |
Provides the data stream for the specified Uri. |
Register |
Registers the Uri data stream provider and makes it available to clients of the service. |
Unregister |
Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service. |
See Also