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