Interface IWebSocketModule
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.AspNetCore.Transports.WebSockets
Assembly: Cephalon.AspNetCore.dll
Defines WebSocket endpoint contributions made by a Cephalon module on ASP.NET Core.
public interface IWebSocketModule : IModuleImplements
Section titled “Implements”IModule
Methods
Section titled “Methods”MapWebSocketEndpoints(IEndpointRouteBuilder)
Section titled “ MapWebSocketEndpoints(IEndpointRouteBuilder)”Maps the module’s WebSocket endpoints onto the supplied endpoint route builder.
void MapWebSocketEndpoints(IEndpointRouteBuilder endpoints)Parameters
Section titled “Parameters”endpoints IEndpointRouteBuilder
The endpoint route builder that receives the module routes.