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