M
mt404
Hi,
I was wondering if someone might be able to provide some guidance on
how I could make an http request from a C# library.
Basically I have a library which accepts a couple of arguments that I
use to construct a dynamic http URL address. I wan't to then make a
call to this address, capture the data stream it returns, and return
that to the application which called the library. I know how to do
most everything but I'm not sure how to make an http request.
Could anyone shed any light on this? Or, perhaps even point me in the
direction of the class that aloows me to make http requests.
Thanks!
I was wondering if someone might be able to provide some guidance on
how I could make an http request from a C# library.
Basically I have a library which accepts a couple of arguments that I
use to construct a dynamic http URL address. I wan't to then make a
call to this address, capture the data stream it returns, and return
that to the application which called the library. I know how to do
most everything but I'm not sure how to make an http request.
Could anyone shed any light on this? Or, perhaps even point me in the
direction of the class that aloows me to make http requests.
Thanks!