1 write to IsConnectEnabled
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
869IsConnectEnabled = true;
2 references to IsConnectEnabled
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
468if (!connection.IsConnectEnabled)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
871else if (settingValue == 0 && IsConnectEnabled)