Show / Hide Table of Contents

    Class SilverbackBuilderWithCustomHeaderNameExtensions

    Adds the WithCustomHeaderName method to the ISilverbackBuilder.

    Inheritance
    object
    SilverbackBuilderWithCustomHeaderNameExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Configuration
    Assembly: Silverback.Integration.dll
    Syntax
    public static class SilverbackBuilderWithCustomHeaderNameExtensions

    Methods

    | Improve this doc View source

    WithCustomHeaderName(ISilverbackBuilder, string, string)

    Adds a new header mapping.

    Declaration
    public static ISilverbackBuilder WithCustomHeaderName(this ISilverbackBuilder silverbackBuilder, string defaultHeaderName, string customHeaderName)
    Parameters
    Type Name Description
    ISilverbackBuilder silverbackBuilder

    The ISilverbackBuilder.

    string defaultHeaderName

    The default header name.

    string customHeaderName

    The custom header name to be used instead of the default.

    Returns
    Type Description
    ISilverbackBuilder

    The ISilverbackBuilder so that additional calls can be chained.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini