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