MFC to C# HELP ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. Anybody know how to equivalent in C# following types : CInternetSession session; CHttpConnection* pServer = NULL; CHttpFile* pFile = NULL; Thanks .
We are haven't bug,just temporarily undecided problems.
-
Hi. Anybody know how to equivalent in C# following types : CInternetSession session; CHttpConnection* pServer = NULL; CHttpFile* pFile = NULL; Thanks .
We are haven't bug,just temporarily undecided problems.
HTTP stuff is contained in the System.Net[^] namespace. The WebRequest[^] class example demonstrates a typical usage scenario.
:badger: