set_ExclusiveAddressUse()

TcpListener::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::TcpListener::set_ExclusiveAddressUse(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also