4 references to TransportContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
36
return GetToken(stream.
TransportContext
);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
638
transportContext = 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)
18
return GetToken(stream.
TransportContext
);