IPv4MulticastInterface property Null safety

int IPv4MulticastInterface

Socket option for IP_MULTICAST_IF.

Implementation

static int get IPv4MulticastInterface =>
    _getOptionValue(_RawSocketOptions.IP_MULTICAST_IF.index);