Re: [twsocket] TWSocket for .Net and C#?

2007-08-05 Thread Tobias Rapp
> Anyway, I am doing some Visual Studio 2005 projects and I want to have a > good async-component. Basically TWSocket but that it can be used in C# and > .net. Does such exist or is it somehow possible to use TWSocket in such > projects? I was even thinking of doing an ActiveX wrapper around TWSock

Re: [twsocket] TWSocket for .Net and C#?

2007-08-05 Thread Francois Piette
> I searched the archive but C# seem to return every single mail ever sent to > the list so I am not sure if this has been discussed earlier. > > Anyway, I am doing some Visual Studio 2005 projects and I want to have a > good async-component. Basically TWSocket but that it can be used in C# and > .

[twsocket] TWSocket for .Net and C#?

2007-08-05 Thread Fredrik Larsson, LC
Hi, I searched the archive but C# seem to return every single mail ever sent to the list so I am not sure if this has been discussed earlier. Anyway, I am doing some Visual Studio 2005 projects and I want to have a good async-component. Basically TWSocket but that it can be used in C# and .net.

[twsocket] Http statuscode 0

2007-08-05 Thread Paul
I have a server that uses a few HttpCli in threads that connect to webservices. These Http - clients use the blocking Get instructions. Sometimes, the return a statuscode=0 (no exception) Any idea's what can cause a statuscode 0? The http clients have a 'keep-alive' connection with the webservices.