5 references to TransportContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
36return GetToken(stream.TransportContext);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
208using var binding = _sslStream.TransportContext?.GetChannelBinding(kind);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
635transportContext = sslStream.TransportContext;
System.Net.Security (1)
System\Net\Security\NegotiateAuthenticationClientOptions.cs (1)
30/// through the <see cref="SslStream.TransportContext" /> property and calling the
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
18return GetToken(stream.TransportContext);