4 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;
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
231clientWebSocket.Options.Credentials = credentials;
1 reference to Credentials
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\WebSocketsTransport.cs (1)
189if (ReferenceEquals(webSocket.Options.Credentials, context.Options.Credentials))