1 write to IsMulticast
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
57this.IsMulticast = isMulticast;
2 references to IsMulticast
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
315return this.IsMulticast;
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
187if (!this.IsMulticast)