Class DiagnosticsClientServiceProxyBuilderExtensions
ServiceProxyBuilder extensions.
Inheritance
System.Object
DiagnosticsClientServiceProxyBuilderExtensions
Namespace: Copper.Remoting.Client
Assembly: Copper.Diagnostics.Client.dll
Syntax
public static class DiagnosticsClientServiceProxyBuilderExtensions
Methods
View SourceAddCopperEnrichedApplicationInsightsLogging(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 |
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 |