We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef130 commit 7c5cf35Copy full SHA for 7c5cf35
README.md
@@ -14,10 +14,8 @@ operation with same interface.
14
15
#### Startup ConfigureServices
16
```csharp
17
-// Add socket services.
18
-services.AddNativeWebSockets(options => {
19
- options.RegisterInvocator<ServerWebSocketCommandInvocator>(WebSocketCommands.All);
20
-});
+// Add NetCoreStack Native Socket Services.
+services.AddNativeWebSockets<ServerWebSocketCommandInvocator>();
21
```
22
23
#### Startup Configure
@@ -115,4 +113,4 @@ public class ClientDiscoveryController : Controller
115
113
116
114
117
### Prerequisites
118
-> [ASP.NET Core](https://github.com/aspnet/Home)
+> [ASP.NET Core](https://github.com/aspnet/Home)
0 commit comments