URLRequestMethod
The URLRequestMethod object provides values that specify whether the URLRequest object should use the POST method or the GET method when sending data to a server.
|
Lib.Media.Net.URLRequestMethod.DELETE |
Specifies that the URLRequest object is a DELETE. |
|
Lib.Media.Net.URLRequestMethod.GET |
Specifies that the URLRequest object is a GET. |
|
Lib.Media.Net.URLRequestMethod.HEAD |
Specifies that the URLRequest object is a HEAD. |
|
Lib.Media.Net.URLRequestMethod.OPTIONS |
Specifies that the URLRequest object is OPTIONS. |
|
Lib.Media.Net.URLRequestMethod.POST |
Specifies that the URLRequest object is a POST. |
|
Lib.Media.Net.URLRequestMethod.PUT |
Specifies that the URLRequest object is a PUT. |
Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator