Microsoft DirectX 9.0

IAMNetShowConfig::put_HTTPProxyHost

The put_HTTPProxyHost method specifies the address of the HTTP proxy server.

Syntax

HRESULT put_HTTPProxyHost(
  BSTR  bstrHTTPProxyHost
);

Parameters

bstrHTTPProxyHost

Specifies the proxy's address.

Return Values

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

See Also