Show / Hide Table of Contents

    Class MethodPipeNameBuilder

    Provides the capability for building pipe names.

    Inheritance
    System.Object
    MethodPipeNameBuilder
    Namespace: Copper.Conventions.Method.Service.V1
    Assembly: Copper.Conventions.Method.Service.dll
    Syntax
    public static class MethodPipeNameBuilder

    Methods

    View Source

    Build(String, Type)

    Builds a pipe name.

    Declaration
    public static string Build(string handlerName, Type contractType)
    Parameters
    Type Name Description
    System.String handlerName

    The handler name.

    System.Type contractType

    The contract type.

    Returns
    Type Description
    System.String

    The pipe name.

    • View Source
    Back to top Generated by DocFX