1 write to KeepAliveInterval
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
38
this.
KeepAliveInterval
= settings.KeepAliveInterval;
5 references to KeepAliveInterval
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
26
webSocket.Options.KeepAliveInterval = settings.
KeepAliveInterval
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (4)
38
this.KeepAliveInterval = settings.
KeepAliveInterval
;
140
&& this.
KeepAliveInterval
== other.
KeepAliveInterval
158
^ this.
KeepAliveInterval
.GetHashCode();