MFNETSOURCE_PROXYHOSTNAME property

Specifies the host name of the proxy server.

Data type

PROPVARIANT type (vt)

PROPVARIANT member

Wide-character string (WCHAR*)

VT_LPWSTR

pwszVal

Remarks

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

Applications can use this property to configure the default proxy locator when creating the proxy locator object. To set the property, pass an IPropertyStore pointer in the pProxyConfig parameter of the MFCreateProxyLocator function. This property must be set by the application when the proxy locator is configured to operate in the manual mode.

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