multicastInterface property

NetworkInterface? multicastInterface
@Deprecated("This property is not implemented. Use getRawOption and " "setRawOption instead."), read / write

The network interface used for outgoing multicast packages.

A value of null indicate that the system chooses the network interface to use.

By default this value is null

Implementation

@Deprecated("This property is not implemented. Use getRawOption and "
    "setRawOption instead.")
NetworkInterface? multicastInterface;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/RawDatagramSocket/multicastInterface.html