MFNETSOURCE_PROXYPORT property

Specifies the port number of the proxy server.

Data type

PROPVARIANT type (vt)

PROPVARIANT member

DWORD (stored as LONG)

VT_I4

lVal

Remarks

The constant MFNETSOURCE_PROXYPORT 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. If this property is not set for HTTP, then by default the proxy locator uses a value of 80.

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