Chris Benard

Results 25 comments of Chris Benard

> Seeing the exception stack of Inner Exeception 2 might help verify that Inner 1: ``` System.Security.Authentication.AuthenticationException: Authentication failed on the remote side (the stream might still be available for...

@mconnew no errors with default ctors on `NetTcpBinding`. Only code changed was this. The rest was the same. Please see above for the limited `Exception.ToString()`s on the `InnerException`s and the...

The workaround worked. I definitely would not have figured that out. Are there not tests around the default security once it was added? Also, is there any way we can...

Interesting. I think that last one looks more legible in our code. I wouldn't think to concat a "URI" with a Windows file path syntax. I'm about to comment again...

Do you want me to create a PR to do that (check `Socket.OSSupportsIPv6` and use `IPv6Any` vs `Any`)?