Skip to main content
All docs
V26.1
  • MiddleTierSecurityEvents.OnCustomCreateClientWebSocket Property

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Security.Xpo.v26.1.dll

    Declaration

    public Func<ClientWebSocket> OnCustomCreateClientWebSocket { get; set; }

    Property Value

    Type
    Func<ClientWebSocket>
    See Also