Joel Christner
Joel Christner
Thanks for letting me know @eatyouroats !!
BTW sorry it took forever to respond to this - do you still need something like this?
Hi @jwj15 so sorry for taking so long to get back to you on this. Looking at it now.
Looks like we'll also have to employ ```RuntimeInformation.IsOSPlatform``` (see https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.runtimeinformation.isosplatform?view=net-6.0) and apply the version major/minor check only against those that are running Windows. Is it only the TcpKeepAliveRetryCount that is...
Is the use case to be able to reject a connection server-side? The library provides such a capability. Please help me understand the goal. Cheers
Got it. Thanks for the context. I'd happily take a PR on this if you're up for it!
Hi @mind-bending-forks not at this time. I have not yet scoped what support would require. Thanks!
Refer to this [discussion](https://github.com/jchristn/WatsonWebserver/discussions/90)
An alternative that doesn't rely on ```HttpListener``` is also another project I have: https://github.com/jchristn/httpserverlite
Closing as abandoned.