Implemented interface member:
property
IsMulticast
System.ServiceModel.Channels.UdpOutputChannel.IUdpRetransmitter.IsMulticast
1 write to IsMulticast
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
895this.IsMulticast = UdpUtility.IsMulticastAddress(this.remoteEndpoint.Address);
2 references to IsMulticast
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
897if (this.channel.ShouldRetransmitMessage(this.IsMulticast)) 902this.retransmitIterator = this.channel.CreateRetransmitIterator(this.IsMulticast);