MFNETSOURCE_PROXYBYPASSFORLOCAL property

Specifies whether the proxy locator should use a proxy server for local addresses.

Data type

PROPVARIANT type (vt)

PROPVARIANT member

Boolean (LONG)

VT_I4

lVal

Remarks

The constant MFNETSOURCE_PROXYBYPASSFORLOCAL 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 value must be set to 0 if the proxy server is to be used for local addresses; otherwise a nonzero value configures the default proxy locator to skip the proxy server for local 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