T
Tomppa
Does anyone have a sample of a simple HttpListener class for CF 2.0?
basically I need to listen for incoming requests sent from a WebClient
object in the standard framework as follows
http://192.168.1.104:80/RenderMedia/?FileName=FileNameHere
parse the querystring params then take action.
basically I need to listen for incoming requests sent from a WebClient
object in the standard framework as follows
http://192.168.1.104:80/RenderMedia/?FileName=FileNameHere
parse the querystring params then take action.