MFNETSOURCE_PROXYRERUNAUTODETECTION property
Specifies whether the default proxy locator should force proxy auto-detection.
Data type
PROPVARIANT type (vt)
PROPVARIANT member
Boolean (LONG)
VT_I4
lVal
Remarks
The constant MFNETSOURCE_PROXYSETTINGS 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. In auto-detect mode, the proxy locator uses the WinInet proxy detection mechanism. To force auto-detection, set the value to 0.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also