IMFNetProxyLocator interface
Determines the proxy to use when connecting to a server. The network source uses this interface.
Applications can create the proxy locator configured by the application by implementing the IMFNetProxyLocatorFactory interface and setting the MFNETSOURCE_PROXYLOCATORFACTORY property on the source resolver. Otherwise, the network source uses the default Media Foundation implementation.
To create the default proxy locator, call MFCreateProxyLocator.
Members
The IMFNetProxyLocator interface inherits from the IUnknown interface. IMFNetProxyLocator also has these types of members:
Methods
The IMFNetProxyLocator interface has these methods.
| Method | Description |
|---|---|
| Clone |
Creates a new instance of the proxy locator object. |
| FindFirstProxy |
Initializes the proxy locator object. |
| FindNextProxy |
Determines the next proxy to use in the list. |
| GetCurrentProxy |
Retrieves the current proxy information including hostname and port. |
| RegisterProxyResult |
Keeps record of the success or failure of using the current proxy. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also