1 write to _protocol
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
62_protocol = protocol ?? new NewtonsoftJsonHubProtocol();
4 references to _protocol
Microsoft.AspNetCore.SignalR.Tests.Utils (4)
TestClient.cs (4)
213var payload = _protocol.GetMessageBytes(message); 267if (_protocol.TryParseMessage(ref buffer, _invocationBinder, out var message)) 334HandshakeProtocol.WriteRequestMessage(new HandshakeRequestMessage(_protocol.Name, _protocol.Version), memoryBufferWriter);