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