Skip to main content

IWebRequestCreate Interface

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

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 .