Class HttpBindRequiredAttribute
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()