4 implementations of ListenUri
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
77public Uri ListenUri
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
59public Uri ListenUri
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
66public Uri ListenUri
System\ServiceModel\Channels\TransportChannelListener.cs (1)
685public Uri ListenUri
3 references to ListenUri
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
607if (registration.ListenUri.Segments.Length >= this.BaseUri.Segments.Length)
System\ServiceModel\Channels\TransportChannelListener.cs (2)
529this.TransportManagerTable.RegisterUri(registration.ListenUri, this.hostNameComparisonMode, registration); 549Uri nextUri = AddSegment(registration.ListenUri, this.Uri);