Link to home
Start Free TrialLog in
Avatar of madmare
madmareFlag for Israel

asked on

C# Run http command in background

Hello experts,
 How do I in C# run HTTP command in Background ?

Thanks
Avatar of guvera
guvera
Flag of India image

Hi,

 Please check the below link for your reference

http://msdn.microsoft.com/en-us/library/ms379563(v=vs.80).aspx

Also check it out the below link and download the source file for your reference

http://www.codeproject.com/KB/cs/Execute_Command_in_CSharp.aspx

Thanks
Guvera
Avatar of madmare

ASKER

Is this includes also HTTP command ?
Avatar of Easwaran Paramasivam
You mean you want to browse to other pages such as http://something.com/..?

If so, use Response.Redirect(url).

Or in client side use window.open(url)
ASKER CERTIFIED SOLUTION
Avatar of arundhaj
arundhaj
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial