System::Net::ServicePointManager::set_ReusePort method

ServicePointManager::set_ReusePort method

Sets a value that indicates if the output connections sockets use the ‘SO_REUSE_UNICASTPORT’ option.

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

See Also