4 references to MaxTimeToLive
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
138
if (value < UdpConstants.MinTimeToLive || value > UdpConstants.
MaxTimeToLive
)
141
SR.ArgumentOutOfMinMaxRange(UdpConstants.MinTimeToLive, UdpConstants.
MaxTimeToLive
));
System\ServiceModel\Configuration\UdpBindingElement.cs (1)
96
[IntegerValidator(MinValue = UdpConstants.MinTimeToLive, MaxValue = UdpConstants.
MaxTimeToLive
)]
System\ServiceModel\Configuration\UdpTransportElement.cs (1)
91
[IntegerValidator(MinValue = UdpConstants.MinTimeToLive, MaxValue = UdpConstants.
MaxTimeToLive
)]