J
john farrow
I am using a third party library (SVG#) which uses WebRequest.RegisterPrefix
to register a custom handler for the "http://" prefix using the code:
WebRequest.RegisterPrefix("http://", new ExtendedHttpWebRequestCreator());
My question is how can I unregister this handler and get back to the
default one ?
thanks in advance
John
Visual Programming Ltd mail PO Box 22-222, Khandallah, Wellington, New
Zealand site Level 2, 2 Ganges Road, Khandallah, Wellington, New Zealand
phone +64 4 479 1738 fax +64 4 479 1294 web http://www.xmlpdf.com
to register a custom handler for the "http://" prefix using the code:
WebRequest.RegisterPrefix("http://", new ExtendedHttpWebRequestCreator());
My question is how can I unregister this handler and get back to the
default one ?
thanks in advance
John
Visual Programming Ltd mail PO Box 22-222, Khandallah, Wellington, New
Zealand site Level 2, 2 Ganges Road, Khandallah, Wellington, New Zealand
phone +64 4 479 1738 fax +64 4 479 1294 web http://www.xmlpdf.com