Hi Frndz,
Functionality: Equivalent Internet Transfer Protocol Control in C#
To achieve this task,
Instead of using Internet Transfer Protocol look the class which derived from WebRequest and WebResoponse
HTTP Access :: Use HttpWebRequest and HttpWebResponse Class
FTP Access:: User FtpWebRequest and FtpWebResponse Class
Hope this helpful!
Thanks