Show / Hide Table of Contents

    Class DiagnosticsClientServiceProxyBuilderExtensions

    ServiceProxyBuilder extensions.

    Inheritance
    System.Object
    DiagnosticsClientServiceProxyBuilderExtensions
    Namespace: Copper.Remoting.Client
    Assembly: Copper.Diagnostics.Client.dll
    Syntax
    public static class DiagnosticsClientServiceProxyBuilderExtensions

    Methods

    View Source

    AddCopperEnrichedApplicationInsightsLogging(ServiceProxyBuilder)

    Adds Copper-enriched Application Insights logging to the service proxy.

    Declaration
    public static ServiceProxyBuilder AddCopperEnrichedApplicationInsightsLogging(this ServiceProxyBuilder serviceProxyBuilder)
    Parameters
    Type Name Description
    ServiceProxyBuilder serviceProxyBuilder

    The service proxy builder.

    Returns
    Type Description
    ServiceProxyBuilder
    View Source

    AppendDiagnosticsInterceptors(ServiceProxyBuilder)

    Appends diagnostics interceptors to the service proxy.

    Declaration
    public static ServiceProxyBuilder AppendDiagnosticsInterceptors(this ServiceProxyBuilder serviceProxyBuilder)
    Parameters
    Type Name Description
    ServiceProxyBuilder serviceProxyBuilder

    The service proxy builder.

    Returns
    Type Description
    ServiceProxyBuilder
    • View Source
    Back to top Generated by DocFX