Example #1
0
 public void WriteMessage(Microsoft.AspNetCore.SignalR.Protocol.HubMessage message, System.Buffers.IBufferWriter <byte> output)
 {
 }
Example #2
0
 public System.ReadOnlyMemory <byte> GetMessageBytes(Microsoft.AspNetCore.SignalR.Protocol.HubMessage message)
 {
     throw null;
 }
Example #3
0
 public bool TryParseMessage(ref System.Buffers.ReadOnlySequence <byte> input, Microsoft.AspNetCore.SignalR.IInvocationBinder binder, out Microsoft.AspNetCore.SignalR.Protocol.HubMessage message)
 {
     throw null;
 }
 public SerializedHubMessage(Microsoft.AspNetCore.SignalR.Protocol.HubMessage message)
 {
 }
 public virtual System.Threading.Tasks.ValueTask WriteAsync(Microsoft.AspNetCore.SignalR.Protocol.HubMessage message, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public abstract System.Threading.Tasks.Task DispatchMessageAsync(Microsoft.AspNetCore.SignalR.HubConnectionContext connection, Microsoft.AspNetCore.SignalR.Protocol.HubMessage hubMessage);
 public override System.Threading.Tasks.Task DispatchMessageAsync(Microsoft.AspNetCore.SignalR.HubConnectionContext connection, Microsoft.AspNetCore.SignalR.Protocol.HubMessage hubMessage)
 {
     throw null;
 }
 public static byte[] GetMessageBytes(this Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol hubProtocol, Microsoft.AspNetCore.SignalR.Protocol.HubMessage message)
 {
     throw null;
 }