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