4 writes to Transport
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
25Transport = nameof(HttpTransportType.WebSockets), 32Transport = nameof(HttpTransportType.ServerSentEvents), 39Transport = nameof(HttpTransportType.LongPolling),
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
284availableTransport.Transport = reader.ReadAsString(TransportPropertyName);
3 references to Transport
Microsoft.AspNetCore.Http.Connections.Common (3)
NegotiateProtocol.cs (3)
104if (availableTransport.Transport != null) 106writer.WriteString(TransportPropertyNameBytes, availableTransport.Transport); 315if (availableTransport.Transport == null)