System::Net::Sockets::Socket::set_EnableBroadcast method

Socket::set_EnableBroadcast method

Sets a value that indicates if the socket allows broadcast packets.

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

See Also