Home
last modified time | relevance | path

Searched refs:SupportsMulticast (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DNetworkInterfaceBasicTest.cs50 _log.WriteLine("SupportsMulticast: " + nic.SupportsMulticast); in BasicTest_AccessInstanceProperties_NoExceptions()
85 _log.WriteLine("SupportsMulticast: " + nic.SupportsMulticast); in BasicTest_AccessInstanceProperties_NoExceptions_Linux()
109 _log.WriteLine("SupportsMulticast: " + nic.SupportsMulticast); in BasicTest_AccessInstanceProperties_NoExceptions_Osx()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DNetworkInterface.cs68 public virtual bool SupportsMulticast { get { throw new NotImplementedException(); } } property in System.Net.NetworkInformation.NetworkInterface
H A DSystemNetworkInterface.cs215 public override bool SupportsMulticast { property in System.Net.NetworkInformation.SystemNetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DNetworkInterface.cs98 …public virtual bool SupportsMulticast { get { throw NotImplemented.ByDesignWithMessage(SR.net_Prop… property in System.Net.NetworkInformation.NetworkInterface
H A DOsxNetworkInterface.cs151 …public override bool SupportsMulticast { get { return _ipProperties.MulticastAddresses.Count > 0; … property in System.Net.NetworkInformation.OsxNetworkInterface
H A DLinuxNetworkInterface.cs124 public override bool SupportsMulticast property in System.Net.NetworkInformation.LinuxNetworkInterface
H A DSystemNetworkInterface.cs236 public override bool SupportsMulticast property in System.Net.NetworkInformation.SystemNetworkInterface
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DNetworkInterface.cs742 public override bool SupportsMulticast { property in System.Net.NetworkInformation.LinuxNetworkInterface
816 public override bool SupportsMulticast { property in System.Net.NetworkInformation.MacOsNetworkInterface
929 public override bool SupportsMulticast { property in System.Net.NetworkInformation.Win32NetworkInterface2
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Udp/
H A DUdpDuplexChannel.cs259 …icast = NetworkInterface.GetAllNetworkInterfaces ().Any (nic => nic.SupportsMulticast && nic.GetIP… in OnOpen()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DUdpUtility.cs338 if (networkInterface.SupportsMulticast && in IsSuitableForMulticast()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs311 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7561 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7636 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7559 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7632 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs10546 public abstract bool SupportsMulticast { get; } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10198 public abstract bool SupportsMulticast { get; } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs10750 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs10782 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs10780 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs10750 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs10750 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs10740 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs11024 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs10782 public virtual bool SupportsMulticast { get { throw null; } } property in System.Net.NetworkInformation.NetworkInterface

12