NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWebRequestCreate Interface

The IWebRequestCreate interface is used by the WebRequestFactory class to create WebRequest instances for a registered scheme.

IWebRequestCreate

[Visual Basic]
Public Interface IWebRequestCreate
[C#]
public interface IWebRequestCreate
[C++]
public __gc __interface IWebRequestCreate

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

Classes that implement the IWebRequestCreate interface can be registered with the WebRequestFactory class and associated with a specific URI scheme so that the WebRequestFactory calls the class's Create method when a URI matching that scheme is requested.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

IWebRequestCreate Members | System.Net Namespace