Click or drag to resize

HttpMethod Enumeration

HTTP protocol method used by OAuth authentication (HttpMethod(HttpMethod)).

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public enum HttpMethod
Members
  Member nameValueDescription
GET0 GET method.
POST1 POST method.
See Also