1 write to Transports
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
32Transports = HttpTransports.All;
4 references to Transports
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionDispatcher.cs (4)
127var supportedTransports = options.Transports; 425if ((options.Transports & HttpTransportType.WebSockets) != 0 && ServerHasWebSockets(context.Features)) 430if ((options.Transports & HttpTransportType.ServerSentEvents) != 0) 435if ((options.Transports & HttpTransportType.LongPolling) != 0)