9 references to Enabled
System.ServiceModel.Channels (9)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
309if (this.retransmitSettings.Enabled == true)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
40bool retransmissionEnabled = this.udpTransportBindingElement.RetransmissionSettings.Enabled;
System\ServiceModel\Channels\UdpChannelListener.cs (1)
69UdpUtility.ValidateDuplicateDetectionAndRetransmittionSupport(this.messageEncoderFactory, this.udpTransportBindingElement.RetransmissionSettings.Enabled, this.udpTransportBindingElement.DuplicateMessageHistoryLength > 0);
System\ServiceModel\Channels\UdpOutputChannel.cs (5)
52if (this.retransmitSettings.Enabled) 167if (this.retransmitSettings.Enabled == true) 349Fx.Assert(this.retransmitSettings.Enabled, "CreateRetransmitCalculator called when no retransmission set to happen"); 362Fx.Assert(this.retransmitSettings.Enabled, "RetransmitStarting called when retransmission is disabled"); 383Fx.Assert(this.retransmitSettings.Enabled, "RetransmitStopping called when retransmission is disabled");
System\ServiceModel\Channels\UdpTransportBindingElementPolicy.cs (1)
39if (bindingElement.RetransmissionSettings.Enabled)