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