Table of Contents

Enum HttpBindingBehavior

Namespace
System.Web.Http.ModelBinding
Assembly
System.Web.Http.dll

Enumerates the behavior of the HTTP binding.

public enum HttpBindingBehavior

Fields

Never = 1

Never use HTTP binding.

Optional = 0

The optional binding behavior

Required = 2

HTTP binding is required.