Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I have one offline application and i want to fetch data from PC to my Web Server.
Once i receive data to web server, i will use API to interact with my Xamarin mobile application to view the report.

please can any one guide me how to send data to my web server with out using internet.

Thanks in Advance.
Ravi

What I have tried:

I dnt have any idea, how to do?
Posted
Updated 13-Mar-18 22:38pm
Comments
Richard MacCutchan 14-Mar-18 4:09am    
Plug them together with a CAT5 cable.

1 solution

Quote:
How to fetch data from my computer to web server in offline condition.

Short answer: You don't.
In order to communicate, the computers must be connected in 1 way or another. When a computer is offline, it means that it is not connected.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900