https://github.com/jamesnk/http2latency
https://github.com/jamesnk/http2latency
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesnk/http2latency
- Owner: JamesNK
- Created: 2022-05-11T05:29:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T11:41:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T10:15:43.000Z (4 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
1. Run server in *GrpcTestService*: `dotnet run -c Release`
2. Run client in *GrpcTestClient*: `dotnet run -c Release`Test can be modified to use `WinHttpHandler`:
1. In the client's *Program.cs* uncomment configuring `WinHttpHandler` where channel is created and change address to `https`.
2. In the server's *Program.cs* uncomment `UseHttps()` on the port.