The rename games part 1 of many (#1696)
- React to rename of EndPoint to ConnectionHandler - Rename UseSockets to UseConnections - Rename MapEndPoint to MapConnectionHandler - Rename HttpSocketOptions to HttpConnectionOptions
显示
- benchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks/DefaultHubDispatcherBenchmark.cs 1 个添加, 1 个删除....SignalR.Microbenchmarks/DefaultHubDispatcherBenchmark.cs
- build/dependencies.props 2 个添加, 2 个删除build/dependencies.props
- clients/ts/FunctionalTests/EchoConnectionHandler.cs 3 个添加, 3 个删除clients/ts/FunctionalTests/EchoConnectionHandler.cs
- clients/ts/FunctionalTests/Startup.cs 3 个添加, 4 个删除clients/ts/FunctionalTests/Startup.cs
- samples/ClientSample/RawSample.cs 1 个添加, 1 个删除samples/ClientSample/RawSample.cs
- samples/SocialWeather/ConnectionList.cs 1 个添加, 1 个删除samples/SocialWeather/ConnectionList.cs
- samples/SocialWeather/PersistentConnectionLifeTimeManager.cs 2 个添加, 2 个删除samples/SocialWeather/PersistentConnectionLifeTimeManager.cs
- samples/SocialWeather/SocialWeatherConnectionHandler.cs 6 个添加, 6 个删除samples/SocialWeather/SocialWeatherConnectionHandler.cs
- samples/SocialWeather/Startup.cs 2 个添加, 4 个删除samples/SocialWeather/Startup.cs
- samples/SocketsSample/ConnectionHandlers/MessagesConnectionHandler.cs 4 个添加, 4 个删除...etsSample/ConnectionHandlers/MessagesConnectionHandler.cs
- samples/SocketsSample/ConnectionList.cs 1 个添加, 1 个删除samples/SocketsSample/ConnectionList.cs
- samples/SocketsSample/Startup.cs 4 个添加, 6 个删除samples/SocketsSample/Startup.cs
- src/Microsoft.AspNetCore.SignalR.Client.Core/HubConnection.cs 1 个添加, 1 个删除...Microsoft.AspNetCore.SignalR.Client.Core/HubConnection.cs
- src/Microsoft.AspNetCore.SignalR.Common/Internal/Protocol/IHubProtocol.cs 1 个添加, 1 个删除...pNetCore.SignalR.Common/Internal/Protocol/IHubProtocol.cs
- src/Microsoft.AspNetCore.SignalR.Common/Internal/Protocol/JsonHubProtocol.cs 1 个添加, 1 个删除...tCore.SignalR.Common/Internal/Protocol/JsonHubProtocol.cs
- src/Microsoft.AspNetCore.SignalR.Core/HubConnectionContext.cs 3 个添加, 3 个删除...Microsoft.AspNetCore.SignalR.Core/HubConnectionContext.cs
- src/Microsoft.AspNetCore.SignalR.Core/HubConnectionHandler.cs 11 个添加, 11 个删除...Microsoft.AspNetCore.SignalR.Core/HubConnectionHandler.cs
- src/Microsoft.AspNetCore.SignalR.Core/SignalRDependencyInjectionExtensions.cs 1 个添加, 1 个删除...Core.SignalR.Core/SignalRDependencyInjectionExtensions.cs
- src/Microsoft.AspNetCore.SignalR.Core/SignalRSocketBuilderExtensions.cs 3 个添加, 4 个删除...AspNetCore.SignalR.Core/SignalRSocketBuilderExtensions.cs
- src/Microsoft.AspNetCore.SignalR.Protocols.MsgPack/Internal/Protocol/MessagePackHubProtocol.cs 1 个添加, 1 个删除...ocols.MsgPack/Internal/Protocol/MessagePackHubProtocol.cs
加载中
想要评论请 注册 或 登录