2
Answers

Call web request in window application from within a class

Anuj Jaiswal

Anuj Jaiswal

7y
203
1
I am calling a Web request. when i call this from window form it is working fine but i want to create a class and want to call this web request from inside the class with the help of a function. That i am unable to do.
Answers (2)
0
Rajkiran Swain

Rajkiran Swain

NA 33.9k 373.2k 7y
https://support.microsoft.com/en-in/help/818364/how-to-access-a-web-service-in-a-windows-based-application-by-using-visual-basic-2005-or-visual-basic-.net
0
Sundar

Sundar

NA 9.6k 94.4k 7y
create web services to call.