Implemented interface member:
method
TryParseMessage
Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol.TryParseMessage(ref System.Buffers.ReadOnlySequence<System.Byte>, Microsoft.AspNetCore.SignalR.IInvocationBinder, out Microsoft.AspNetCore.SignalR.Protocol.HubMessage)
1 reference to TryParseMessage
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
VersionJsonHubProtocol.cs (1)
49var result = _innerProtocol.TryParseMessage(ref inputCopy, binder, out message);