C
chande.jiang
I create a Tcpclient app in my smartphone(orange network, spv). but i
have a seriously problem to create a tcp connection.
The basic idea is to connect to my own server in the internet on the
move, which means there is no activesync. Here are some test I did:
1. With activesync, i can connect to my web server.
2. Disconnection from my computer, without activesync, i got an
excaption: cannot find some assembly, after install system.sr.dll, the
detail exception is: A socket operation encountered a dead network.
3. when i tried httpwebrequest, it connected.
So, questions are:
1. How can i connect to internet from my mobile through TCP?
2. If not, How can I make a continuous connection through
httpwebrequest?
Thank you in advanced!
have a seriously problem to create a tcp connection.
The basic idea is to connect to my own server in the internet on the
move, which means there is no activesync. Here are some test I did:
1. With activesync, i can connect to my web server.
2. Disconnection from my computer, without activesync, i got an
excaption: cannot find some assembly, after install system.sr.dll, the
detail exception is: A socket operation encountered a dead network.
3. when i tried httpwebrequest, it connected.
So, questions are:
1. How can i connect to internet from my mobile through TCP?
2. If not, How can I make a continuous connection through
httpwebrequest?
Thank you in advanced!