get_ReusePort()

ServicePointManager::get_ReusePort() method

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

static bool System::Net::ServicePointManager::get_ReusePort()

Return Value

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

See Also