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 56182ab commit c9bea10Copy full SHA for c9bea10
README.md
@@ -25,6 +25,6 @@
25
// You always have a respond to the request ASAP,
26
// otherwise client will drop the connection after ~30 Seconds
27
API.Respond("Hello World!", Context);
28
- Console.WriteLine($"Said 'Hello World!' to {Context.Request.UserHostAddress}");
+ Console.WriteLine($"Said 'Hello World!' to {Context.Request.RemoteEndPoint}");
29
}
30
```
0 commit comments