2 implementations of Credentials
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
93public ICredentials? Credentials { get; set; }
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
537public ICredentials? Credentials { get => throw new NotSupportedException(); set => throw new NotSupportedException(); }