2 writes to Credentials
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
20webSocket.Options.Credentials = credentials;
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
147webSocket.Options.Credentials = context.Options.Credentials;
3 references to Credentials
Microsoft.AspNetCore.SignalR.Tests (1)
WebSocketsTransportTests.cs (1)
58Assert.Same(httpOptions.Credentials, webSocketsOptions.Credentials);
System.Net.WebSockets.Client (2)
System\Net\WebSockets\ClientWebSocketOptions.cs (1)
36Credentials is null &&
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
288options.Credentials;