Microsoft DirectX 9.0

IAMNetShowConfig::put_HTTPProxyPort

The put_HTTPProxyPort method specifies the port for the HTTP proxy server.

Syntax

HRESULT put_HTTPProxyPort(
  long  HTTPProxyPort
);

Parameters

HTTPProxyPort

Specifies the HTTP proxy port.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also