Implemented interface member:
property
ListenUri
System.ServiceModel.Channels.ITransportManagerRegistration.ListenUri
6 references to ListenUri
System.ServiceModel (6)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (6)
87
int port = this.registration.
ListenUri
.Port;
97
connectionListener = new TracingConnectionListener(connectionListener, this.registration.
ListenUri
.ToString(), false);
210
TcpChannelListener.StaticTransportManagerTable.UnregisterUri(this.
ListenUri
, this.HostNameComparisonMode);
221
if (!channelListener.IsScopeIdCompatible(HostNameComparisonMode, this.
ListenUri
))
252
bool useIPv4 = (this.
ListenUri
.HostNameType != UriHostNameType.IPv6) && Socket.OSSupportsIPv4;
253
bool useIPv6 = (this.
ListenUri
.HostNameType != UriHostNameType.IPv4) && Socket.OSSupportsIPv6;