1 instantiation of SecurityDuplexSessionChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
217
return (TChannel)(object)new
SecurityDuplexSessionChannel
(this, this.securityProtocolFactory, ((IChannelFactory<IDuplexSessionChannel>)this.InnerChannelFactory).CreateChannel(address, via), address, via);