4 references to MaxRetransmitCount
System.ServiceModel.Channels (4)
System\ServiceModel\Configuration\UdpBindingElement.cs (4)
47
[ConfigurationProperty(UdpTransportConfigurationStrings.
MaxRetransmitCount
, DefaultValue = UdpConstants.Defaults.MaxRetransmitCount)]
51
get { return (int)base[UdpTransportConfigurationStrings.
MaxRetransmitCount
]; }
52
set { base[UdpTransportConfigurationStrings.
MaxRetransmitCount
] = value; }
110
this.SetPropertyValueIfNotDefaultValue(UdpTransportConfigurationStrings.
MaxRetransmitCount
, udpBinding.MaxRetransmitCount);