4 references to StreamIdsPropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (4)
Protocol\NewtonsoftJsonHubProtocol.cs (4)
173
case
StreamIdsPropertyName
:
178
throw new InvalidDataException($"Expected '{
StreamIdsPropertyName
}' to be of type {JTokenType.Array}.");
186
newStreamIds.Add(reader.Value?.ToString() ?? throw new InvalidDataException($"Null value for '{
StreamIdsPropertyName
}' is not valid."));
685
writer.WritePropertyName(
StreamIdsPropertyName
);