set_ExclusiveAddressUse()

TcpClient::set_ExclusiveAddressUse(bool) method

Sets a value that indicates if the current instance allows only one client to use a port.

void System::Net::Sockets::TcpClient::set_ExclusiveAddressUse(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also