1 type derived from SecurityReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1381sealed class SecurityReplySessionChannel : SecurityReplyChannel, IReplySessionChannel
1 instantiation of SecurityReplyChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
519securityChannel = new SecurityReplyChannel(listener, (IReplyChannel)innerChannel, securityProtocol, listener.settingsLifetimeManager);
2 references to SecurityReplyChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1786SecurityReplyChannel channel; 1789public ReceiveRequestAndVerifySecurityAsyncResult(SecurityReplyChannel channel, IReplyChannel innerChannel, TimeSpan timeout, AsyncCallback callback, object state)