Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |