Skip to main content

IWebRequestCreate Interface

Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking.Http

The interface for creating System.Net.WebRequest class objects.

public interface IWebRequestCreate

Methods

Create(Uri uri)

WebRequest Create(Uri uri)

Creates an instance of a class derived from WebRequest .

ParameterTypeDescription
uriUriThe URI for initialization of the class that is derived from WebRequest .

Returns WebRequest — An instance of the class that is derived from WebRequest .