thx~
"susan" <none> wrote in message news:D9436D97-783A-41A6-8F59-CE6F3A2EDF74@microsoft.com > Can i use WinHTTP with WinINet in the same process? I believe so. The two are supposed to be completely independent. But why would you want to? -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
I gonna implement a AtomPub Client. The WinINet already used by IE,you know,It already keeps some session info in cookies. I don't want that session info in my AtomPub Client to prevent bugs. So I have to use another http client lib, WinHTTP or libcurl. Igor, is it OK? could you give me some advises? "Igor Tandetnik" дÈëÏûÏ¢ news:uo4itytoIHA.4760@TK2MSFTNGP06.phx.gbl... > "susan" <none> wrote in message > news:D9436D97-783A-41A6-8F59-CE6F3A2EDF74@microsoft.com >> Can i use WinHTTP with WinINet in the same process? > > I believe so. The two are supposed to be completely independent. But why > would you want to? > -- > With best wishes, > Igor Tandetnik > > With sufficient thrust, pigs fly just fine. However, this is not > necessarily a good idea. It is hard to be sure where they are going to > land, and it could be dangerous sitting under them as they fly > overhead. -- RFC 1925 >