IAMNetShowConfig::put_UseHTTPProxy
Microsoft DirectShow 9.0 |
IAMNetShowConfig::put_UseHTTPProxy
The put_UseHTTPProxy method specifies whether to use an HTTP proxy server.
Syntax
HRESULT put_UseHTTPProxy( VARIANT_BOOL UseHTTPProxy );
Parameters
UseHTTPProxy
Specify one of the following values.
Value | Description |
VARIANT_TRUE | Use an HTTP proxy server. |
VARIANT_FALSE | Do not use an HTTP proxy server. |
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