1 write to Transports
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
29Transports = HttpTransports.All;
4 references to Transports
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionDispatcher.cs (4)
350var supportedTransports = options.Transports; 665if ((options.Transports & HttpTransportType.WebSockets) != 0 && ServerHasWebSockets(context.Features)) 670if ((options.Transports & HttpTransportType.ServerSentEvents) != 0) 675if ((options.Transports & HttpTransportType.LongPolling) != 0)