Skip to content

Commit a5eb7a9

Browse files
Gencebay DemirGencebay Demir
authored andcommitted
README updated
1 parent f711002 commit a5eb7a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project is demonstrate bidirectional connections and data transfers from low level layer (secure zone) to
44
Browsering - DMZ (Public) zone via .NET Core WebSockets.
55

6-
You can use it on your API - Service side to communicate each other your trusted consumer
6+
You can use it on your API - Service side to communicate each other your trusted Backend API consumer
77
Clients (for example MVC Web Application Hosting) and at the same time may
88
client can be a Browser (User-Agent) then you can manage your connections and domain data transfer
99
operations with same interfaces.
@@ -24,7 +24,8 @@ public MyController(IConnectionManager connectionManager)
2424
{
2525
_connectionManager = connectionManager;
2626
}
27-
27+
```
28+
```
2829
[HttpPost(nameof(SendAsync))]
2930
public async Task<IActionResult> SendAsync([FromBody]SimpleModel model)
3031
{

0 commit comments

Comments
 (0)