This documentation is archived and is not being maintained.
How to: Register a Custom Protocol Using WebRequest
.NET Framework 3.5
This example shows how to register a protocol specific classthat is defined elsewhere. In this example, CustomWebRequestCreator is the user-implemented object that implements the Create method that returns the CustomWebRequest object. The code example assumes that you have written the CustomWebRequest code that implements the custom protocol.
Show: