1 type derived from SecurityDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
843sealed class SecurityDuplexSessionChannel : SecurityDuplexChannel, IDuplexSessionChannel
1 instantiation of SecurityDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
213return (TChannel)(object)new SecurityDuplexChannel(this, this.securityProtocolFactory, ((IChannelFactory<IDuplexChannel>)this.InnerChannelFactory).CreateChannel(address, via), address, via);
2 references to SecurityDuplexChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
902SecurityDuplexChannel channel; 904public ClientDuplexReceiveMessageAndVerifySecurityAsyncResult(SecurityDuplexChannel channel, IDuplexChannel innerChannel, TimeSpan timeout, AsyncCallback callback, object state)