1 type derived from FramingConnectionDuplexSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
141private class SecureConnectionDuplexSession : FramingConnectionDuplexSession, ISecuritySession
1 instantiation of FramingConnectionDuplexSession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
134return new FramingConnectionDuplexSession(channel);
2 references to FramingConnectionDuplexSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
32this.Session = FramingConnectionDuplexSession.CreateSession(this, settings.Upgrade); 128public static FramingConnectionDuplexSession CreateSession(FramingDuplexSessionChannel channel,