Search Results for

    Show / Hide Table of Contents

    Class MessageCopyEndpointBehaviorExtension

    Configuration extension element that registers the message copy behavior.

    Inheritance
    object
    ConfigurationElement
    ServiceModelConfigurationElement
    ServiceModelExtensionElement
    BehaviorExtensionElement
    MessageCopyEndpointBehaviorExtension
    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 MessageCopyEndpointBehaviorExtension : BehaviorExtensionElement
    Remarks

    The sample configuration would look like the following:

    <system.serviceModel> <behaviors> <endpointBehaviors> <behavior name="MessageCopy"> <messageCopy /> </behavior> </endpointBehaviors> </behaviors> <extensions> <behaviorExtensions> <add name="messageCopy" type="Nevatech.Vsb.Repository.Services.MessageCopyEndpointBehaviorExtension, Nevatech.Vsb.Repository"/> </behaviorExtensions> </extensions> </system.serviceModel>

    Constructors

    MessageCopyEndpointBehaviorExtension()

    Declaration
    public MessageCopyEndpointBehaviorExtension()

    Properties

    BehaviorType

    Gets the type of behavior.

    Declaration
    public override Type BehaviorType { get; }
    Property Value
    Type Description
    Type
    Overrides
    BehaviorExtensionElement.BehaviorType

    Methods

    CreateBehavior()

    Creates a behavior extension based on the current configuration settings.

    Declaration
    protected override object CreateBehavior()
    Returns
    Type Description
    object

    The behavior extension.

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