1 type derived from SecurityDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1078
sealed class SecurityDuplexSessionChannel :
SecurityDuplexChannel
, IDuplexSessionChannel
1 instantiation of SecurityDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
511
securityChannel = new
SecurityDuplexChannel
(listener, (IDuplexChannel)innerChannel, securityProtocol, listener.settingsLifetimeManager);