2 references to SecurityDuplexChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
213return (TChannel)(object)new SecurityDuplexChannel(this, this.securityProtocolFactory, ((IChannelFactory<IDuplexChannel>)this.InnerChannelFactory).CreateChannel(address, via), address, via); 846: base(factory, securityProtocolFactory, innerChannel, to, via)