Enum AdfRestMethod
C#
public enum AdfRestMethod
Fields
Get | Retreive information from a source. |
Post | Request that the endpoint does something with the provided entity. |
Put | Request that the endpoint does something with the provided entity. A put request is idempotent. |