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)
392
if (
_gracefulClose
)
405
if (!
_gracefulClose
&& UpdateConnectionPair())
507
if (
_gracefulClose
|| !_useStatefulReconnect)
521
if (
_gracefulClose
|| !_useStatefulReconnect)
617
if (
_gracefulClose
|| !_useStatefulReconnect)