set_MulticastLoopback()

Socket::set_MulticastLoopback(bool) method

Sets a value that indicates if the socket receives outgoing multicast packets.

void System::Net::Sockets::Socket::set_MulticastLoopback(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also