2 writes to MulticastInterfaceId
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
126udpBinding.MulticastInterfaceId = this.MulticastInterfaceId;
System\ServiceModel\UdpBinding.cs (1)
54this.MulticastInterfaceId = transport.MulticastInterfaceId;
1 reference to MulticastInterfaceId
System.ServiceModel.Channels (1)
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
113this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.MulticastInterfaceId, udpBinding.MulticastInterfaceId);