1 write to listenerProxy
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1053this.listenerProxy = listenerProxy;
2 references to listenerProxy
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
1069return this.listenerProxy.BeginValidateUriRoute(uri, this.ipAddress, this.port, callback, state); 1079return this.listenerProxy.EndValidateUriRoute(result);