Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the behavior of the HTTP binding.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Enumeration HttpBindingBehavior
'Usage
Dim instance As HttpBindingBehavior
public enum HttpBindingBehavior
public enum class HttpBindingBehavior
type HttpBindingBehavior
public enum HttpBindingBehavior
Members
Member name | Description | |
---|---|---|
Optional | The optional binding behavior | |
Never | Never use HTTP binding. | |
Required | HTTP binding is required. |