5 references to TcpTransportDefaults
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (1)
20_leaseTimeout = TcpTransportDefaults.ConnectionLeaseTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (2)
18_portSharingEnabled = TcpTransportDefaults.PortSharingEnabled; 34[DefaultValue(TcpTransportDefaults.PortSharingEnabled)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
226public static TimeSpan ConnectionLeaseTimeout { get { return TimeSpanHelper.FromMinutes(5, TcpTransportDefaults.ConnectionLeaseTimeoutString); } }
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
92[DefaultValue(TcpTransportDefaults.PortSharingEnabled)]