ConnectionsRouteBuilder 클래스

정의

주의

This class is obsolete and will be removed in a future version. The recommended alternative is to use MapConnection and MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...).

ASP.NET Core 연결 처리기에 경로를 매핑합니다.

이 클래스는 사용되지 않으며 이후 버전에서 제거됩니다. 권장되는 대안은 Microsoft.AspNetCore.Builder.UseEndpoints(...) 내에서 MapConnection 및 MapConnectionHandler<TConnectionHandler> 를 사용하는 것입니다.

public ref class ConnectionsRouteBuilder
public class ConnectionsRouteBuilder
[System.Obsolete("This class is obsolete and will be removed in a future version. The recommended alternative is to use MapConnection and MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...).")]
public class ConnectionsRouteBuilder
type ConnectionsRouteBuilder = class
[<System.Obsolete("This class is obsolete and will be removed in a future version. The recommended alternative is to use MapConnection and MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...).")>]
type ConnectionsRouteBuilder = class
Public Class ConnectionsRouteBuilder
상속
ConnectionsRouteBuilder
특성

메서드

MapConnectionHandler<TConnectionHandler>(PathString)
사용되지 않음.

들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다.

MapConnectionHandler<TConnectionHandler>(PathString, Action<HttpConnectionDispatcherOptions>)
사용되지 않음.

들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다.

MapConnections(PathString, Action<IConnectionBuilder>)
사용되지 않음.

들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다.

MapConnections(PathString, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>)
사용되지 않음.

들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다.

적용 대상