Search Results for

    Show / Hide Table of Contents

    Class Http200EndpointBehaviorExtension

    Provides configuration extension element for the endpoint behavior that resets HTTP status code for the fault messages to "OK" (200).

    Inheritance
    object
    ConfigurationElement
    ServiceModelConfigurationElement
    ServiceModelExtensionElement
    BehaviorExtensionElement
    Http200EndpointBehaviorExtension
    Inherited Members
    ServiceModelExtensionElement.CopyFrom(ServiceModelExtensionElement)
    ServiceModelExtensionElement.ConfigurationElementName
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    Overrides
    BehaviorExtensionElement.BehaviorType

    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.

    Overrides
    BehaviorExtensionElement.CreateBehavior()
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation