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