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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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