2 references to IsMatch
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
227return !this.RetransmissionSettings.IsMatch(new UdpRetransmissionSettings()); // only serialize non-default settings 333if (!this.RetransmissionSettings.IsMatch(udpTransport.RetransmissionSettings))