IMFNetProxyLocatorFactory interface
Creates a proxy locator object, which determines the proxy to use.
The network source uses this interface to create the proxy locator object. Applications can provide their own implementation of this interface by setting the MFNETSOURCE_PROXYLOCATORFACTORY property. on the source resolver. If the application does not set this property, the network source uses the default proxy locator provided by Media Foundation.
Members
The IMFNetProxyLocatorFactory interface inherits from the IUnknown interface. IMFNetProxyLocatorFactory also has these types of members:
Methods
The IMFNetProxyLocatorFactory interface has these methods.
| Method | Description |
|---|---|
| CreateProxyLocator |
Creates a proxy locator object based on the protocol name. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also