MFNETSOURCE_PROXYEXCEPTIONLIST property

Specifies a semicolon-delimited list of media servers that can accept connections from client applications without using a proxy server.

Data type

PROPVARIANT type (vt)

PROPVARIANT member

Wide-character string (WCHAR*)

VT_LPWSTR

pwszVal

Remarks

The constant MFNETSOURCE_PROXYEXCEPTIONLIST defines the GUID for this property key. The property identifier (PID) is zero.

Applications can use this property to configure the proxy locator when creating the proxy locator object. To set the property, pass an IPropertyStore pointer in the pProxyConfig parameter of the MFCreateProxyLocator function. The proxy locator does not perform proxy detection for these addresses.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Mfidl.h

See also

Media Foundation Properties

Networking in Media Foundation

Proxy Support for Network Sources