I am currently develeping an application for windows mobile. I am using C#2008 for this.
I am sending and receiving messages to and from a server via GPRS.
At the moment i am using the
Code:
Socket Connect()
Code:
ReceiveMsg(Socket socket, byte[] buffer, int offset, int size,int receiveTimeout)
...
Leave a comment: