WebRequestMethods::Http::Get Field
.NET Framework (current version)
Represents an HTTP GET protocol method.
Assembly: System (in System.dll)
The GET method retrieves the information or entity that is identified by the URI of the request. If that URI refers to a script or other data-producing process, it is the data produced, not the text of the script, which is returned in the response.
.NET Framework
Available since 2.0
Available since 2.0
Show: