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