2 writes to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
422response.UseStatefulReconnect = useStatefulReconnect;
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
264UseStatefulReconnect = useStatefulReconnect,
2 references to UseStatefulReconnect
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
409await StartTransport(connectUrl, transportType, transferFormat, cancellationToken, negotiationResponse.UseStatefulReconnect).ConfigureAwait(false);
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
68if (response.UseStatefulReconnect)