HttpBindingBehavior Enumeration

 

Enumerates the behavior of the HTTP binding.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public enum HttpBindingBehavior
public enum class HttpBindingBehavior
type HttpBindingBehavior
Public Enumeration HttpBindingBehavior

Members

Member name Description
Never

Never use HTTP binding.

Optional

The optional binding behavior

Required

HTTP binding is required.

See Also

System.Web.Http.ModelBinding Namespace

Return to top