c# - How to ensure, that request / data is sent to server -



c# - How to ensure, that request / data is sent to server -

i have .net application, communicates webserver (written in java). have problem, client sends request server , nil comes back. in such cases, in server log no requests client shown. @ moment not sure, if problem on client-, server- or os-side.

is there possibility sure, .net send response server?

c# web-services

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -