1 write to typedListener
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
556this.typedListener = context.BuildInnerChannelListener<TInnerChannel>();
9 references to typedListener
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelListener.cs (9)
565return this.typedListener; 696channel = this.typedListener.EndAcceptChannel(result); 724&& (this.typedListener.State == CommunicationState.Opened)) 730else if (this.typedListener.State == CommunicationState.Faulted) 760this.typedListener.Abort(); 860while (this.typedListener.State == CommunicationState.Opened) 868IAsyncResult result = this.typedListener.BeginAcceptChannel(TimeSpan.MaxValue, onAcceptCompleted, this); 873channel = this.typedListener.EndAcceptChannel(result); 904else if (this.typedListener.State == CommunicationState.Faulted)