system.net.webrequest, system.notsupportedexception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a webrequest using the create method with a URL (string
or system.uri) with the prefix "http://". A "system.notsupportedexception"
is raised, even though documentation tells me that this prefix is supported
by default.

I have tried to register this prefix using the webrequest.register prefix
method according to what is specified in
http://msdn2.microsoft.com/library/8b61ds7e(en-us,vs.80).aspx, but the
'creator' parameter is not accepted, being nothing.

Any advice?

Brenton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top