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