N
Nick C
Hi
I am trying to get a response from a mms:// address. I am using this:
Dim wr As HttpWebRequest = WebRequest.Create("mms://<my mms address>>")
Dim re As HttpWebResponse = wr.GetResponse()
I get an error:
The URI prefix is not recognized.
How can i do this?
thanks
N
I am trying to get a response from a mms:// address. I am using this:
Dim wr As HttpWebRequest = WebRequest.Create("mms://<my mms address>>")
Dim re As HttpWebResponse = wr.GetResponse()
I get an error:
The URI prefix is not recognized.
How can i do this?
thanks
N