Table of Contents

Class HttpBindRequiredAttribute

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

Represents the required attribute for http binding.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class HttpBindRequiredAttribute : HttpBindingBehaviorAttribute
Inheritance
HttpBindRequiredAttribute
Inherited Members

Constructors

HttpBindRequiredAttribute()

Initializes a new instance of the HttpBindRequiredAttribute class.

public HttpBindRequiredAttribute()