set_EnableDnsRoundRobin()

ServicePointManager::set_EnableDnsRoundRobin(bool) 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)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also