Show / Hide Table of Contents

    Class ServiceProxyBuilder

    Provides the builder class for a ServiceProxy.

    Inheritance
    System.Object
    ComponentBuilder
    ComponentBuilder<ServiceProxy, ServiceProxyBuilder>
    ServiceProxyBuilder<ServiceProxyBuilder>
    ServiceProxyBuilder
    Implements
    System.IDisposable
    Namespace: Copper.Remoting.Client
    Assembly: Copper.Remoting.Client.dll
    Syntax
    public sealed class ServiceProxyBuilder : ServiceProxyBuilder<ServiceProxyBuilder>, IDisposable

    Methods

    View Source

    Create()

    Creates a new ServiceProxyBuilder instance.

    Declaration
    public static ServiceProxyBuilder Create()
    Returns
    Type Description
    ServiceProxyBuilder

    The ServiceProxyBuilder instance.

    Implements

    System.IDisposable

    Extension Methods

    DiagnosticsClientServiceProxyBuilderExtensions.AddCopperEnrichedApplicationInsightsLogging(ServiceProxyBuilder)
    DiagnosticsClientServiceProxyBuilderExtensions.AppendDiagnosticsInterceptors(ServiceProxyBuilder)
    • View Source
    Back to top Generated by DocFX