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