1 type derived from SecurityDuplexChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
669
private sealed class SecurityDuplexSessionChannel :
SecurityDuplexChannel
, IDuplexSessionChannel, IAsyncDuplexSessionChannel
1 instantiation of SecurityDuplexChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
158
return (TChannel)(object)new
SecurityDuplexChannel
(this, SecurityProtocolFactory, ((IChannelFactory<IDuplexChannel>)InnerChannelFactory).CreateChannel(address, via), address, via);