I am using the SendASync method to ping the localhost.
I can see that the PingCompleted event fires and the handler pickes it up. So far, so good, but:
The PingCompletedEventArgs contain an empty reply. How is this possible? What can I do about it.
I have checked with the Send method, then I get a succesfull reply. This code has also worked in the past (then it was in a normal class library, now it is in a WCF service)
Any ideas?
View the full article
I can see that the PingCompleted event fires and the handler pickes it up. So far, so good, but:
The PingCompletedEventArgs contain an empty reply. How is this possible? What can I do about it.
I have checked with the Send method, then I get a succesfull reply. This code has also worked in the past (then it was in a normal class library, now it is in a WCF service)
Any ideas?
View the full article