HubRouteBuilder 클래스

정의

주의

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

들어오는 요청을 형식에 Hub 매핑합니다.

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

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

생성자

HubRouteBuilder(ConnectionsRouteBuilder)
사용되지 않음.

HubRouteBuilder 클래스의 새 인스턴스를 초기화합니다.

메서드

MapHub<THub>(PathString)
사용되지 않음.

들어오는 요청을 지정된 경로와 지정된 Hub 형식에 매핑합니다.

MapHub<THub>(PathString, Action<HttpConnectionDispatcherOptions>)
사용되지 않음.

들어오는 요청을 지정된 경로와 지정된 Hub 형식에 매핑합니다.

적용 대상