Set the proxy used to reach a given network.

Synopsis

Declared in <netbase.h>

bool
SetProxy(
    Network net,
    Proxy const& addrProxy);

Return Value

True when the proxy was set.

Parameters

Name

Description

net

The network to configure a proxy for.

addrProxy

The proxy to use for that network.

Created with MrDocs