Table of Contents

Class WebSocketsTelemetryExtensions

Namespace
Microsoft.AspNetCore.Builder
Assembly
Yarp.ReverseProxy.dll

IApplicationBuilder extension methods to add the WebSocketsTelemetryMiddleware.

public static class WebSocketsTelemetryExtensions
Inheritance
WebSocketsTelemetryExtensions
Inherited Members

Methods

UseWebSocketsTelemetry(IApplicationBuilder)

Adds a WebSocketsTelemetryMiddleware to the request pipeline. Must be added before Microsoft.AspNetCore.WebSockets.WebSocketMiddleware.

public static IApplicationBuilder UseWebSocketsTelemetry(this IApplicationBuilder app)

Parameters

app IApplicationBuilder

Returns

IApplicationBuilder