Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IUriStreamService Members

Defines a service which is called to retrieve data from the URI specified in some types of document fields.

Methods

Name Description
GetStream(String) Provides the data stream for the specified Uri.
RegisterProvider(IUriStreamProvider) Registers the Uri data stream provider and makes it available to clients of the service.
UnregisterProvider(IUriStreamProvider) Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service.
See Also