eDriven Framework API
WebRequest Class
NamespaceseDriven.Networking.RpcWebRequest
eDriven Framework API
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
Declaration Syntax
C#Visual BasicVisual C++
public class WebRequest : IDisposable
Public Class WebRequest _
	Implements IDisposable
public ref class WebRequest : IDisposable
Members
All MembersConstructorsMethodsFields



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Inheritance Hierarchy
Object
WebRequest

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)