1 type derived from SecurityDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
843
sealed class SecurityDuplexSessionChannel :
SecurityDuplexChannel
, IDuplexSessionChannel
1 instantiation of SecurityDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
213
return (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)
902
SecurityDuplexChannel
channel;
904
public ClientDuplexReceiveMessageAndVerifySecurityAsyncResult(
SecurityDuplexChannel
channel, IDuplexChannel innerChannel, TimeSpan timeout, AsyncCallback callback, object state)