1 type derived from FramingConnectionDuplexSession
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
149
class SecureConnectionDuplexSession :
FramingConnectionDuplexSession
, ISecuritySession
1 instantiation of FramingConnectionDuplexSession
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
141
return new
FramingConnectionDuplexSession
(channel);
3 references to FramingConnectionDuplexSession
System.ServiceModel (3)
System\ServiceModel\Channels\FramingChannels.cs (3)
37
this.Session =
FramingConnectionDuplexSession
.CreateSession(this, settings.Upgrade);
45
this.Session =
FramingConnectionDuplexSession
.CreateSession(this, channelListener.Upgrade);
135
public static
FramingConnectionDuplexSession
CreateSession(FramingDuplexSessionChannel channel,