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 f589f6a commit c27fb00Copy full SHA for c27fb00
README.md
@@ -37,7 +37,7 @@ public async Task<IActionResult> SendAsync([FromBody]SimpleModel model)
37
38
### Usage for Trusted Clients or Browsering (DMZ) Layer
39
> Startup ConfigureServices
40
-```
+```charp
41
// Client WebSocket - DMZ to API side connections
42
services.AddProxyWebSockets(options => {
43
options.WebSocketHostAddress = "localhost:7803";
@@ -51,7 +51,6 @@ services.AddNativeWebSockets();
51
services.AddMvc();
52
```
53
> Startup Configure
54
-
55
56
// Proxy (Domain App) Client WebSocket - DMZ to API side connections
57
app.UseProxyWebSockets();
0 commit comments