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