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