4 writes to KeepAliveInterval
Extensibility.WebSockets.IntegrationTests (3)
WebSocketTests.4.1.0.cs (3)
210binding.WebSocketSettings.KeepAliveInterval = TimeSpan.FromSeconds(2); 577binding.WebSocketSettings.KeepAliveInterval = TimeSpan.FromSeconds(2); 695binding.WebSocketSettings.KeepAliveInterval = TimeSpan.FromSeconds(2);
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
38KeepAliveInterval = 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)
38KeepAliveInterval = settings.KeepAliveInterval; 140&& KeepAliveInterval == other.KeepAliveInterval 158^ KeepAliveInterval.GetHashCode();