4 writes to KeepAliveInterval
Extensibility.WebSockets.IntegrationTests (3)
WebSocketTests.4.1.0.cs (3)
205binding.WebSocketSettings.KeepAliveInterval = TimeSpan.FromSeconds(2); 558binding.WebSocketSettings.KeepAliveInterval = TimeSpan.FromSeconds(2); 668binding.WebSocketSettings.KeepAliveInterval = TimeSpan.FromSeconds(2);
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
39KeepAliveInterval = settings.KeepAliveInterval;
5 references to KeepAliveInterval
System.ServiceModel.Http (5)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
240clientWebSocket.Options.KeepAliveInterval = _channelFactory.WebSocketSettings.KeepAliveInterval;
System\ServiceModel\Channels\WebSocketTransportSettings.cs (4)
39KeepAliveInterval = settings.KeepAliveInterval; 141&& KeepAliveInterval == other.KeepAliveInterval 159^ KeepAliveInterval.GetHashCode();