Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 18, 2024 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/621e69a4899b050b07d4b7999969e447 to your computer and use it in GitHub Desktop.
Save bjoerntx/621e69a4899b050b07d4b7999969e447 to your computer and use it in GitHub Desktop.
app.UseWebSockets();
// Add the TX Security Middleware to the request pipeline
app.UseMiddleware<TXTextControl.TXSecurityMiddleware>();
// TX Text Control specific middleware
app.UseTXWebSocketMiddleware();
app.UseTXDocumentViewer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment