0
我使用web服務在c#客戶端和php服務器之間交換數據以檢查數據更改。但我必須請求繼續託管,但如果我這樣做,服務器將超載。如何在沒有連續連接的情況下請求服務器
WebClient cGet = new WebClient();
cGet.DownloadString(loptinh.domain+"postandroid.php?res=00000tt" + loptinh.id);
它有沒有像android或其他使用GCM的任何方式?
'但我必須請求繼續託管'爲什麼? – walther
GCM == _Google Cloud Messaging_ http://developer.android.com/training/cloudsync/gcm.html –
您的C#客戶端移動設備? –