Hello,
VS 2008
I want to retrieve some data using the HTTP protocol. The server has already been setup to recieve a customer ID. However, I am not sure about the http request in C#.
I have been looking into the WebClient and the httpWebRequest clients. But I am not sure of the complete syntax.
Below is the format of the GET REQUEST.
HTTP GET /billing/servlet/comm.billing.GetBalance?Date=17:54:24&CustomerID=8057 HTTP/1.1
However, I am not sure how to write the client to retrieve the data. The data returned is a float value.
Many thanks,
VS 2008
I want to retrieve some data using the HTTP protocol. The server has already been setup to recieve a customer ID. However, I am not sure about the http request in C#.
I have been looking into the WebClient and the httpWebRequest clients. But I am not sure of the complete syntax.
Below is the format of the GET REQUEST.
HTTP GET /billing/servlet/comm.billing.GetBalance?Date=17:54:24&CustomerID=8057 HTTP/1.1
However, I am not sure how to write the client to retrieve the data. The data returned is a float value.
Many thanks,