3 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 (2)
Internal\WebSocketsTransport.cs (2)
147webSocket.Options.Credentials = context.Options.Credentials; 191webSocket.Options.Credentials = null;
4 references to Credentials
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
189if (ReferenceEquals(webSocket.Options.Credentials, context.Options.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;