Nevron.Nov.Networking Namespace : ENHttpRequestMethod Enumeration |
'Declaration
Public Enum ENHttpRequestMethod Inherits System.Enum
'Usage
Dim instance As ENHttpRequestMethod
public enum ENHttpRequestMethod : System.Enum
Member | Description |
---|---|
GET | Requests a representation of the specified resource. By far the most common method used on the Web today. Should not be used for operations that cause side-effects (using it for actions in web applications is a common misuse). |
POST | Submits data to be processed (e.g. from an HTML form) to the identified resource. The data is included in the body of the request. This may result in the creation of a new resource or the updates of existing resources or both. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Networking.ENHttpRequestMethod
Target Platforms: Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2