ConnectionsRouteBuilder 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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, Action<HttpConnectionDispatcherOptions>) |
사용되지 않음.
들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다. |
MapConnectionHandler<TConnectionHandler>(PathString) |
사용되지 않음.
들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다. |
MapConnections(PathString, Action<IConnectionBuilder>) |
사용되지 않음.
들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다. |
MapConnections(PathString, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>) |
사용되지 않음.
들어오는 요청을 지정된 경로와 함께 제공된 연결 파이프라인에 매핑합니다. |