System::Net::ServicePointManager::set_EnableDnsRoundRobin method

ServicePointManager::set_EnableDnsRoundRobin method

Sets a value that indicates if a DNS resolution rotates among the applicable IP addresses.

static void System::Net::ServicePointManager::set_EnableDnsRoundRobin(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also