Base:
method
GetProtocolWithOptions
Microsoft.AspNetCore.SignalR.Common.Tests.Internal.Protocol.JsonHubProtocolTestsBase.GetProtocolWithOptions(System.Boolean, System.Boolean)
2 references to GetProtocolWithOptions
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\NewtonsoftJsonHubProtocolTests.cs (2)
64
var protocol =
GetProtocolWithOptions
(testData.UseCamelCase, testData.IgnoreNullValues);
90
var protocol =
GetProtocolWithOptions
(testData.UseCamelCase, testData.IgnoreNullValues);