set_ReusePort()

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

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also