This topic has not yet been rated - Rate this topic

HttpBindingBehavior Enumeration

Enumerates the behavior of the HTTP binding.

Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
'Declaration
Public Enumeration HttpBindingBehavior
'Usage
Dim instance As HttpBindingBehavior
Member nameDescription
OptionalThe optional binding behavior

NeverNever use HTTP binding.

RequiredHTTP binding is required.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.