System::Net::WebProxy::set_BypassProxyOnLocal method

WebProxy::set_BypassProxyOnLocal method

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

void System::Net::WebProxy::set_BypassProxyOnLocal(bool value)
ParameterTypeDescription
valueboolA value to set.

See Also