2 writes to _clientCertificates
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnectionOptions.cs (2)
51_clientCertificates = new X509CertificateCollection(); 143_clientCertificates = value ?? throw new ArgumentNullException(nameof(value));
1 reference to _clientCertificates
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionOptions.cs (1)
138return _clientCertificates;