1 write to listenerProxy
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1017this.listenerProxy = listenerProxy;
2 references to listenerProxy
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
1029return this.listenerProxy.BeginValidateUriRoute(uri, null, -1, callback, state); 1039return this.listenerProxy.EndValidateUriRoute(result);