Skip to content

Commit

Permalink
fixup unshipped.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Feb 16, 2021
1 parent b6ebf52 commit 39d798f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
#nullable enable
*REMOVED*~static Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.IO.Stream content) -> Microsoft.AspNetCore.Http.Connections.NegotiationResponse
*REMOVED*~Microsoft.AspNetCore.Http.Connections.AvailableTransport.Transport.get -> string
*REMOVED*~Microsoft.AspNetCore.Http.Connections.AvailableTransport.Transport.set -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.AvailableTransport.TransferFormats.get -> System.Collections.Generic.IList<string>
*REMOVED*~Microsoft.AspNetCore.Http.Connections.AvailableTransport.TransferFormats.set -> void
*REMOVED*~static Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.WriteResponse(Microsoft.AspNetCore.Http.Connections.NegotiationResponse response, System.Buffers.IBufferWriter<byte> output) -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AccessToken.get -> string
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AccessToken.set -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AvailableTransports.get -> System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Connections.AvailableTransport>
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AvailableTransports.set -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionId.get -> string
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionId.set -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionToken.get -> string
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionToken.set -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Error.get -> string
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Error.set -> void
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Url.get -> string
*REMOVED*~Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Url.set -> void
*REMOVED*~static Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan<byte> content) -> Microsoft.AspNetCore.Http.Connections.NegotiationResponse
Microsoft.AspNetCore.Http.Connections.AvailableTransport.Transport.get -> string?
Microsoft.AspNetCore.Http.Connections.AvailableTransport.Transport.set -> void
Microsoft.AspNetCore.Http.Connections.AvailableTransport.TransferFormats.get -> System.Collections.Generic.IList<string!>?
Microsoft.AspNetCore.Http.Connections.AvailableTransport.TransferFormats.set -> void
static Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.WriteResponse(Microsoft.AspNetCore.Http.Connections.NegotiationResponse! response, System.Buffers.IBufferWriter<byte>! output) -> void
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AccessToken.get -> string?
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AccessToken.set -> void
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AvailableTransports.get -> System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Connections.AvailableTransport!>?
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.AvailableTransports.set -> void
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionId.get -> string?
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionId.set -> void
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionToken.get -> string?
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.ConnectionToken.set -> void
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Error.get -> string?
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Error.set -> void
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Url.get -> string?
Microsoft.AspNetCore.Http.Connections.NegotiationResponse.Url.set -> void
static Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan<byte> content) -> Microsoft.AspNetCore.Http.Connections.NegotiationResponse!
22 changes: 21 additions & 1 deletion src/SignalR/common/SignalR.Common/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
#nullable enable
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.InvocationBindingFailureMessage.InvocationBindingFailureMessage(string! invocationId, string! target, System.Runtime.ExceptionServices.ExceptionDispatchInfo! bindingFailure) -> void
*REMOVED*static Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage.WithError(string! invocationId, string! error) -> Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage!
*REMOVED*static Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage.WithResult(string! invocationId, object! payload) -> Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage!
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage.Arguments.get -> object?[]?
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage.HubMethodInvocationMessage(string? invocationId, string! target, object?[]? arguments) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage.HubMethodInvocationMessage(string? invocationId, string! target, object?[]? arguments, string![]? streamIds) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage.InvocationMessage(string! target, object?[]? arguments) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage.InvocationMessage(string? invocationId, string! target, object?[]? arguments) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage.InvocationMessage(string? invocationId, string! target, object?[]? arguments, string![]? streamIds) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage.StreamInvocationMessage(string! invocationId, string! target, object![]! arguments) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage.StreamInvocationMessage(string! invocationId, string! target, object![]! arguments, string![]! streamIds) -> void
*REMOVED*Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol.TryParseMessage(ref System.Buffers.ReadOnlySequence<byte> input, Microsoft.AspNetCore.SignalR.IInvocationBinder! binder, out Microsoft.AspNetCore.SignalR.Protocol.HubMessage! message) -> bool
Microsoft.AspNetCore.SignalR.Protocol.InvocationBindingFailureMessage.InvocationBindingFailureMessage(string? invocationId, string! target, System.Runtime.ExceptionServices.ExceptionDispatchInfo! bindingFailure) -> void
Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage.StreamInvocationMessage(string! invocationId, string! target, object![]! arguments, string![]? streamIds) -> void
static Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage.WithError(string! invocationId, string? error) -> Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage!
static Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage.WithResult(string! invocationId, object? payload) -> Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage!
Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage.Arguments.get -> object?[]!
Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage.HubMethodInvocationMessage(string? invocationId, string! target, object?[]! arguments) -> void
Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage.HubMethodInvocationMessage(string? invocationId, string! target, object?[]! arguments, string![]? streamIds) -> void
Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage.InvocationMessage(string! target, object?[]! arguments) -> void
Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage.InvocationMessage(string? invocationId, string! target, object?[]! arguments) -> void
Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage.InvocationMessage(string? invocationId, string! target, object?[]! arguments, string![]? streamIds) -> void
Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage.StreamInvocationMessage(string! invocationId, string! target, object?[]! arguments) -> void
Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage.StreamInvocationMessage(string! invocationId, string! target, object?[]! arguments, string![]? streamIds) -> void
Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol.TryParseMessage(ref System.Buffers.ReadOnlySequence<byte> input, Microsoft.AspNetCore.SignalR.IInvocationBinder! binder, out Microsoft.AspNetCore.SignalR.Protocol.HubMessage? message) -> bool
2 changes: 2 additions & 0 deletions src/SignalR/server/Core/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#nullable enable
*REMOVED*Microsoft.AspNetCore.SignalR.HubInvocationContext.HubInvocationContext(Microsoft.AspNetCore.SignalR.HubCallerContext! context, string! hubMethodName, object?[]! hubMethodArguments) -> void
*REMOVED*virtual Microsoft.AspNetCore.SignalR.HubConnectionContext.User.get -> System.Security.Claims.ClaimsPrincipal
virtual Microsoft.AspNetCore.SignalR.HubConnectionContext.User.get -> System.Security.Claims.ClaimsPrincipal!

0 comments on commit 39d798f

Please sign in to comment.