2 references to WriteAsyncCore
Microsoft.AspNetCore.SignalR.Client.Core (2)
src\SignalR\common\Shared\MessageBuffer.cs (2)
125
return
WriteAsyncCore
(hubMessage.Message?.GetType() ?? typeof(HubInvocationMessage), hubMessage.GetSerializedMessage(_protocol), cancellationToken);
130
return
WriteAsyncCore
(hubMessage.GetType(), _protocol.GetMessageBytes(hubMessage), cancellationToken);