System::Net::Sockets::Socket::set_ExclusiveAddressUse method

Socket::set_ExclusiveAddressUse method

Sets a value that indicates if only one process can bind the socket to a port.

void System::Net::Sockets::Socket::set_ExclusiveAddressUse(bool value)
ParameterTypeDescription
valueboolThe value that must be set.

See Also