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.26106.1555
Syntax
public enum HttpMethod
Members
Member nameValueDescription
GET0 GET method.
POST1 POST method.
See Also