Iceman228
TcpClient connection
When I let this run on my local machine, it works fine. But on our server, I get System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10060). But only for some websites.
I am using Port 443. Goal is to read the certificate with SslStream afterwards.
When I tested it on the system of a colleague, he first had to run the program with Visual Studio, otherwise the exe produced the same errors for some websites as on the server. I have no idea what the issue could be.
2 replies
Remove list element
I have a method which takes a flat list and generates a tree from it. At the end I remove the elements from the list which have been added as a child. This is the part which isn't working anymore and I don't understand why. Meaning when I look at members inside the method, the list at the end is correct, but the actual property still has the deleted elements. The added children are correct though.
7 replies