The NetHttpCommandType enumeration contains types of requests that can be sent to network resources.
It is used by the following properties and methods:
Value | Brief description |
0 | Post. Sending Post request after that the network resource receives data. |
1 | Get_. Sending Get request after that data is obtained from network resource. |
See also: