Skip to content

Commit

Permalink
update api approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Oct 27, 2024
1 parent 6b57d27 commit f7e8d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tests.ApiApprovals/GraphQL.AspNetCore3.approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,15 @@ namespace GraphQL.AspNetCore3.WebSockets
public Microsoft.AspNetCore.Http.HttpContext HttpContext { get; }
public System.DateTime LastMessageSentAt { get; }
public System.Threading.CancellationToken RequestAborted { get; }
protected int SendQueueCount { get; }
public System.Threading.Tasks.Task CloseAsync() { }
public System.Threading.Tasks.Task CloseAsync(int eventId, string? description) { }
public virtual void Dispose() { }
public virtual System.Threading.Tasks.Task ExecuteAsync(GraphQL.AspNetCore3.WebSockets.IOperationMessageProcessor operationMessageProcessor) { }
protected virtual System.Threading.Tasks.Task OnCloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string? closeDescription) { }
protected virtual System.Threading.Tasks.Task OnDispatchMessageAsync(GraphQL.AspNetCore3.WebSockets.IOperationMessageProcessor operationMessageProcessor, GraphQL.Transport.OperationMessage message) { }
protected virtual System.Threading.Tasks.Task OnSendMessageAsync(GraphQL.Transport.OperationMessage message) { }
public System.Threading.Tasks.Task SendMessageAsync(GraphQL.Transport.OperationMessage message) { }
public virtual System.Threading.Tasks.Task SendMessageAsync(GraphQL.Transport.OperationMessage message) { }
}
}
namespace GraphQL.AspNetCore3.WebSockets.GraphQLWs
Expand Down

0 comments on commit f7e8d6d

Please sign in to comment.