4 references to ErrorPropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (4)
Protocol\NewtonsoftJsonHubProtocol.cs (4)
195
case
ErrorPropertyName
:
196
error = JsonUtils.ReadAsString(reader,
ErrorPropertyName
);
596
writer.WritePropertyName(
ErrorPropertyName
);
655
writer.WritePropertyName(
ErrorPropertyName
);