3 references to TimeToLive
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
38
_timeToLive = UdpConstants.Defaults.
TimeToLive
;
130
[DefaultValue(UdpConstants.Defaults.
TimeToLive
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
134
[DefaultValue(UdpConstants.Defaults.
TimeToLive
)]