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)
356var supportedTransports = options.Transports; 671if ((options.Transports & HttpTransportType.WebSockets) != 0 && ServerHasWebSockets(context.Features)) 676if ((options.Transports & HttpTransportType.ServerSentEvents) != 0) 681if ((options.Transports & HttpTransportType.LongPolling) != 0)