2 overrides of GetProtocolWithOptions
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\JsonHubProtocolTests.cs (1)
26
protected override IHubProtocol
GetProtocolWithOptions
(bool useCamelCase, bool ignoreNullValues)
Internal\Protocol\NewtonsoftJsonHubProtocolTests.cs (1)
25
protected override IHubProtocol
GetProtocolWithOptions
(bool useCamelCase, bool ignoreNullValues)
3 references to GetProtocolWithOptions
Microsoft.AspNetCore.SignalR.Common.Tests (3)
Internal\Protocol\JsonHubProtocolTestsBase.cs (3)
124
var protocol =
GetProtocolWithOptions
(testData.UseCamelCase, testData.IgnoreNullValues);
146
var protocol =
GetProtocolWithOptions
(testData.UseCamelCase, testData.IgnoreNullValues);
222
var protocol =
GetProtocolWithOptions
(testData.UseCamelCase, testData.IgnoreNullValues);