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