Class Http200EndpointBehaviorExtension
Provides configuration extension element for the endpoint behavior that resets HTTP status code for the fault messages to "OK" (200).
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class Http200EndpointBehaviorExtension : BehaviorExtensionElement
Constructors
Http200EndpointBehaviorExtension()
Declaration
public Http200EndpointBehaviorExtension()
Properties
BehaviorType
Gets the type of the configured endpoint behavior.
Declaration
public override Type BehaviorType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
CreateBehavior()
Returns a new instance of the endpoint behavior type.
Declaration
protected override object CreateBehavior()
Returns
Type | Description |
---|---|
Object | New instance of the endpoint behavior type. |