Click or drag to resize

HttpRequestMethod Enumeration

Enumeration of Http methods that could be use to request the content

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum HttpRequestMethod
Members
  Member nameValueDescription
Get0 Retrieves the information or entity that is identified by the URI of the request.
Head1 Retrieves the message headers for the information or entity that is identified by the URI of the request.
Post2 Posts a new entity as an addition to a URI.
Put3 Replaces an entity that is identified by a URI.
Delete4 Requests that a specified URI be deleted.
Trace5 Invokes a remote, application-layer loopback of the request message.
Connect6 Connect to a proxy that can dynamically switch to being a tunnel.
Options7 Returns the HTTP methods that the server supports.
See Also