System::Net::ServicePointManager::set_ReusePort 方法

ServicePointManager::set_ReusePort method

设置一个值,以指示输出连接套接字是否使用 ‘SO_REUSE_UNICASTPORT’ 选项。

static void System::Net::ServicePointManager::set_ReusePort(bool value)
参数类型描述
bool要设置的值。

另见