System::Net::Sockets::TcpListener::set_ExclusiveAddressUse method

TcpListener::set_ExclusiveAddressUse 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)
ParameterTypeDescription
valueboolThe value that must be set.

See Also