C
Crirus
Hello!
Last year I used Framework's 1.0 WebControl to connect to a server designed
by me with sockets and TCP.
The client run in a html as activex.
Right now, I reactivated that project... server and client is the same as
last ones
Server send data oj to IE browser
Client upload data ok to my server
Client download data ok from a html apache server
Client make ok request to my server but got a WebRequest exception in some
inner WebRequest method called CheckFinal if I remember good.
So, what they did to the WebClient lately...
All I could figure out is some special http format that WebClient require
and when I send only a word without any http involved, he crash on parsing
the response...or something like he cant figure out if all data arrived so
the DownloadData dont return in time
Any thoughts?
Regards,
Crirus
Last year I used Framework's 1.0 WebControl to connect to a server designed
by me with sockets and TCP.
The client run in a html as activex.
Right now, I reactivated that project... server and client is the same as
last ones
Server send data oj to IE browser
Client upload data ok to my server
Client download data ok from a html apache server
Client make ok request to my server but got a WebRequest exception in some
inner WebRequest method called CheckFinal if I remember good.
So, what they did to the WebClient lately...
All I could figure out is some special http format that WebClient require
and when I send only a word without any http involved, he crash on parsing
the response...or something like he cant figure out if all data arrived so
the DownloadData dont return in time
Any thoughts?
Regards,
Crirus