2 references to DefaultKeepAliveIntervalString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
354
public static readonly TimeSpan DefaultKeepAliveInterval = TimeSpanHelper.FromSeconds(0,
DefaultKeepAliveIntervalString
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
56
[DefaultValue(typeof(TimeSpan), WebSocketDefaults.
DefaultKeepAliveIntervalString
)]