set_BypassProxyOnLocal()

WebProxy::set_BypassProxyOnLocal(bool) method

Sets a value that indicates if the proxy server must be used for local addresses.

void System::Net::WebProxy::set_BypassProxyOnLocal(bool value)

Arguments

ParameterTypeDescription
valueboolA value to set.

See Also