3 writes to _gracefulClose
Microsoft.AspNetCore.Http.Connections.Client (3)
Internal\WebSocketsTransport.cs (3)
447_gracefulClose = true; 474_gracefulClose = true; 657_gracefulClose = true;
5 references to _gracefulClose
Microsoft.AspNetCore.Http.Connections.Client (5)
Internal\WebSocketsTransport.cs (5)
392if (_gracefulClose) 405if (!_gracefulClose && UpdateConnectionPair()) 507if (_gracefulClose || !_useStatefulReconnect) 521if (_gracefulClose || !_useStatefulReconnect) 617if (_gracefulClose || !_useStatefulReconnect)