Base:
property
Transport
Microsoft.AspNetCore.Connections.ConnectionContext.Transport
Implemented interface member:
property
Transport
Microsoft.AspNetCore.Connections.Features.IConnectionTransportFeature.Transport
1 write to Transport
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
67Transport = transport;
3 references to Transport
Microsoft.AspNetCore.Connections.Abstractions (3)
DefaultConnectionContext.cs (3)
31/// The caller is expected to set the <see cref="Transport"/> and <see cref="Application"/> pipes manually. 40/// The caller is expected to set the <see cref="Transport"/> and <see cref="Application"/> pipes manually. 62/// <param name="transport">The <see cref="Transport"/>.</param>