2 references to StatefulReconnectPropertyName
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
38
private static readonly JsonEncodedText StatefulReconnectPropertyNameBytes = JsonEncodedText.Encode(
StatefulReconnectPropertyName
);
218
useStatefulReconnect = reader.ReadAsBoolean(
StatefulReconnectPropertyName
);