HttpBindingBehavior Enumeration
Enumerates the behavior of the HTTP binding.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Member name | Description | |
|---|---|---|
| Never | Never use HTTP binding. | |
| Optional | The optional binding behavior | |
| Required | HTTP binding is required. |
Show: