Base:
property
Transport
Microsoft.AspNetCore.Connections.ConnectionContext.Transport
2 writes to Transport
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
InMemoryTransportBenchmark.cs (1)
178Transport = pair.Transport;
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
24set => Transport = value;
1 reference to Transport
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
23get => Transport;