1 implementation of IInputQueueChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1102class SecuritySessionChannelAcceptor<T> : InputQueueChannelAcceptor<T>, IInputQueueChannelAcceptor
2 references to IInputQueueChannelAcceptor
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
567return this.pendingSessions1.Count + this.pendingSessions2.Count + ((IInputQueueChannelAcceptor)this.channelAcceptor).PendingCount; 1121int IInputQueueChannelAcceptor.PendingCount