4 writes to KeepAliveInterval
Aspire.Hosting.Browsers (1)
BrowserLogsCdpConnection.cs (1)
406
GetWebSocket().Options.
KeepAliveInterval
= interval;
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (1)
406
GetWebSocket().Options.
KeepAliveInterval
= interval;
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
26
webSocket.Options.
KeepAliveInterval
= settings.KeepAliveInterval;
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
240
clientWebSocket.Options.
KeepAliveInterval
= _channelFactory.WebSocketSettings.KeepAliveInterval;