2 writes to listenUri
System.ServiceModel (2)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (2)
28
this.
listenUri
= listenUri;
36
this.
listenUri
= listenUri;
2 references to listenUri
System.ServiceModel (2)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (2)
70
return this.
listenUri
;
209
if (!channelListener.IsScopeIdCompatible(this.hostNameComparisonMode, this.
listenUri
))