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)
226
public static TimeSpan ConnectionLeaseTimeout { get { return TimeSpanHelper.FromMinutes(5,
TcpTransportDefaults
.ConnectionLeaseTimeoutString); } }
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
92
[DefaultValue(
TcpTransportDefaults
.PortSharingEnabled)]