3 references to ReadAsString
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (3)
Protocol\NewtonsoftJsonHubProtocol.cs (3)
171invocationId = JsonUtils.ReadAsString(reader, InvocationIdPropertyName); 193target = JsonUtils.ReadAsString(reader, TargetPropertyName); 196error = JsonUtils.ReadAsString(reader, ErrorPropertyName);