3 instantiations of ClientWebSocket
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
19ClientWebSocket webSocket = new ClientWebSocket();
Microsoft.Extensions.DotNetDeltaApplier (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent.Host\WebSocketTransport.cs (1)
26private readonly ClientWebSocket _webSocket = new();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
73var clientWebSocket = new ClientWebSocket();
7 references to ClientWebSocket
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
19ClientWebSocket webSocket = new ClientWebSocket();
Microsoft.Extensions.DotNetDeltaApplier (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent.Host\WebSocketTransport.cs (1)
26private readonly ClientWebSocket _webSocket = new();
netstandard (1)
netstandard.cs (1)
1308[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ClientWebSocket))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
800[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.ClientWebSocket))]
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (3)
73var clientWebSocket = new ClientWebSocket(); 127private void ValidateWebSocketConnection(ClientWebSocket clientWebSocket) 138private async Task ConfigureClientWebSocketAsync(ClientWebSocket clientWebSocket, TimeSpan timeout)