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