1 write to _sslOptionsProxy
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
255
_sslOptionsProxy
= ConstructSslOptions(poolManager, _proxyUri.IdnHost);
5 references to _sslOptionsProxy
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (5)
256
_sslOptionsProxy
.ApplicationProtocols = null;
587
if (_kind == HttpConnectionKind.ProxyConnect &&
_sslOptionsProxy
!= null)
589
stream = await ConnectHelper.EstablishSslConnectionAsync(
_sslOptionsProxy
, request, async, stream, cancellationToken).ConfigureAwait(false);
597
if (
_sslOptionsProxy
!= null)
599
stream = await ConnectHelper.EstablishSslConnectionAsync(
_sslOptionsProxy
, request, async, stream, cancellationToken).ConfigureAwait(false);