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