2 references to IsMatch
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
178
return !this.RetransmissionSettings.
IsMatch
(new UdpRetransmissionSettings()); // only serialize non-default settings
247
if (!this.RetransmissionSettings.
IsMatch
(udpTransport.RetransmissionSettings))