multicastInterface property - RawDatagramSocket class - dart:io library (original) (raw)
- @Deprecated("This property is not implemented. Use getRawOption and " "setRawOption instead.")
NetworkInterface?multicastInterface
getter/setter pair
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;