5 references to ApplyHeaders
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (5)
Protocol\MessagePackHubProtocolWorker.cs (5)
106return ApplyHeaders(headers, new InvocationMessage(invocationId, target, arguments, streams)); 136return ApplyHeaders(headers, new StreamInvocationMessage(invocationId, target, arguments, streams)); 156return ApplyHeaders(headers, new StreamItemMessage(invocationId, value)); 210return ApplyHeaders(headers, new CompletionMessage(invocationId, error, result, hasResult)); 219return ApplyHeaders(headers, new CancelInvocationMessage(invocationId));