WebRequest class was born from the need of having something that doesn't execute the moment it is instantiated
(like the WWW class does)
It has all the confug characteristics of the WWW class, and the method that instantiates WWW at time needed
(like the WWW class does)
It has all the confug characteristics of the WWW class, and the method that instantiates WWW at time needed

C# | Visual Basic | Visual C++ |
public class WebRequest : IDisposable
Public Class WebRequest _ Implements IDisposable
public ref class WebRequest : IDisposable

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | WebRequest(String) | Initializes a new instance of the WebRequest class |
![]() | WebRequest(String, Int32) | Obsolete. Initializes a new instance of the WebRequest class |
![]() | WebRequest(String, array<Byte>[]()[][]) | Initializes a new instance of the WebRequest class |
![]() | WebRequest(String, WWWForm) | Initializes a new instance of the WebRequest class |
![]() | WebRequest(String, array<Byte>[]()[][], Hashtable) | Initializes a new instance of the WebRequest class |
![]() | WebRequest(String, WWWForm, Hashtable) | Initializes a new instance of the WebRequest class |
![]() | WebRequest(String, Hashtable) | Initializes a new instance of the WebRequest class |
![]() | CacheBuster | |
![]() | CreateWww()()()() |
Instantiates WWW
|
![]() | Dispose()()()() | Releases all resources used by the WebRequest |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Form | |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Headers | |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PostData | |
![]() | ToString()()()() | (Overrides Object.ToString()()()().) |
![]() | Url | |
![]() | Version |

Object | |
![]() | WebRequest |