Click or drag to resize
WebRequest Class
Makes a request to a Uniform Resource Identifier (URI). This is an abstract class.
Inheritance Hierarchy

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public abstract class WebRequest : IDisposable

The WebRequest type exposes the following members.

Properties
  NameDescription
Public propertyUserAgent
Gets or sets the value of the User-Agent HTTP header.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates a WebRequest.
Public methodDispose
Releases all resources used by the WebRequest
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
This is the base class of all Web resource/protocol objects. This class provides common methods, data and properties for making the top-level request. Implementation follows .NETMF System.Net.WebRequest
See Also