Skip to main content
All docs
V25.2
  • MiddleTierSecurityEvents.OnClientWebSocketCreated Property

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Security.Xpo.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Security.Xpo

    Declaration

    public Action<ClientWebSocket> OnClientWebSocketCreated { get; set; }

    Property Value

    Type
    Action<ClientWebSocket>
    See Also