4 writes to KeepAliveInterval
Extensibility.WebSockets.IntegrationTests (3)
WebSocketTests.4.1.0.cs (3)
210
binding.WebSocketSettings.
KeepAliveInterval
= TimeSpan.FromSeconds(2);
577
binding.WebSocketSettings.
KeepAliveInterval
= TimeSpan.FromSeconds(2);
695
binding.WebSocketSettings.
KeepAliveInterval
= TimeSpan.FromSeconds(2);
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
38
KeepAliveInterval
= settings.KeepAliveInterval;
5 references to KeepAliveInterval
System.ServiceModel.Http (5)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
240
clientWebSocket.Options.KeepAliveInterval = _channelFactory.WebSocketSettings.
KeepAliveInterval
;
System\ServiceModel\Channels\WebSocketTransportSettings.cs (4)
38
KeepAliveInterval = settings.
KeepAliveInterval
;
140
&&
KeepAliveInterval
== other.
KeepAliveInterval
158
^
KeepAliveInterval
.GetHashCode();