Implemented interface member:
property
ListenUri
System.ServiceModel.Channels.ITransportManagerRegistration.ListenUri
10 references to ListenUri
System.ServiceModel (10)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
117
this.TransportManagerTable.UnregisterUri(this.
ListenUri
, this.HostNameComparisonMode);
System\ServiceModel\Channels\SharedHttpTransportManager.cs (9)
52
if (!channelListener.IsScopeIdCompatible(HostNameComparisonMode, this.
ListenUri
))
299
base.TraceMessageReceived(eventTraceActivity, this.
ListenUri
);
517
if (
ListenUri
.HostNameType == UriHostNameType.IPv6)
519
host = string.Concat("[",
ListenUri
.DnsSafeHost, "]");
523
host =
ListenUri
.NormalizedHost();
539
string path =
ListenUri
.GetComponents(UriComponents.Path, UriFormat.Unescaped);
546
string httpListenUrl = string.Concat(Scheme, "://", host, ":",
ListenUri
.Port, path);
611
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new AddressAlreadyInUseException(SR.GetString(SR.HttpRegistrationPortInUse, httpListenUrl,
ListenUri
.Port), listenerException));
620
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.HttpInvalidListenURI,
ListenUri
.OriginalString), listenerException));