does CSoapSocketClientT keep session?
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Ok. So I'm working on a web service client in unmanaged C++ which is derived from CSoapSocketClientT. I know that when creating a web service in .Net(C#,vb,c++) one have to use (through CookieContainer property) CookieContainer class to maintain session between requestes to the server. Is there something similar for unmananged C++ web service client? Or is generated (at "add web reference.." time) code's doing it somehow magicaly on it's own? Please help!