IAMNetShowConfig::put_HTTPProxyHost

 
Microsoft DirectShow 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.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also