1 write to Transports
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
30Transports = HttpTransports.All;
4 references to Transports
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionDispatcher.cs (4)
276var supportedTransports = options.Transports; 591if ((options.Transports & HttpTransportType.WebSockets) != 0 && ServerHasWebSockets(context.Features)) 596if ((options.Transports & HttpTransportType.ServerSentEvents) != 0) 601if ((options.Transports & HttpTransportType.LongPolling) != 0)