Skip to content

AspNet Request HTTP Transport Type Layout Renderer

Rolf Kristensen edited this page Jul 24, 2022 · 2 revisions

ASP.NET supported transport types that the client can use to send HTTP requests (bitwise combination).

  • None (0) - Specifies that no transport is used.
  • WebSockets (1) - Specifies that the web sockets transport is used.
  • ServerSentEvents (2) - Specifies that the server sent events transport is used.
  • LongPolling (4) - Specifies that the long polling transport is used.

Platforms Supported: Limited (Only supported in Asp.NetCore)

Introduced with NLog.Web.AspNetCore v5.1.0

Configuration Syntax

${aspnet-request-http-transport-type}
Clone this wiki locally