1 write to listenerProxy
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
248
listenerProxy
= new SharedListenerProxy(this);
5 references to listenerProxy
System.ServiceModel (5)
System\ServiceModel\Channels\SharedConnectionListener.cs (5)
121
if (
listenerProxy
!= null)
125
listenerProxy
.Abort();
129
listenerProxy
.Close(timeoutHelper.RemainingTime());
222
listenerProxy
.Abort();
255
listenerProxy
.Open(isReconnecting);