1 write to innerListener
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
307
this.
innerListener
= innerListener;
6 references to innerListener
System.ServiceModel (6)
System\ServiceModel\Channels\LayeredChannelListener.cs (6)
314
TInnerChannel innerChannel = this.
innerListener
.AcceptChannel(timeout);
323
return this.
innerListener
.BeginAcceptChannel(timeout, callback, state);
328
TInnerChannel innerChannel = this.
innerListener
.EndAcceptChannel(result);
337
return this.
innerListener
.WaitForChannel(timeout);
342
return this.
innerListener
.BeginWaitForChannel(timeout, callback, state);
347
return this.
innerListener
.EndWaitForChannel(result);