8 references to BaseAddress
System.ServiceModel (8)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
332return string.Format(CultureInfo.InvariantCulture, "{0}:{1}", this.HostNameComparisonMode, this.BaseAddress);
System\ServiceModel\Channels\SharedConnectionListener.cs (3)
339this.isTcp = parent.baseAddress.BaseAddress.Scheme.Equals(Uri.UriSchemeNetTcp); 1112message = SR.GetString(SR.SharedEndpointReadNotFound, this.baseAddress.BaseAddress.ToString(), 1117message = SR.GetString(SR.SharedEndpointReadDenied, this.baseAddress.BaseAddress.ToString());
System\ServiceModel\Channels\UriPrefixTable.cs (4)
48this.RegisterUri(current.Key.BaseAddress, current.Key.HostNameComparisonMode, current.Value); 74Uri uri = key.BaseAddress; 136UriSegmenter.ToPath(key.BaseAddress, hostNameComparisonMode, this.includePortInComparison), out dummy); 217string[] path = UriSegmenter.ToPath(baseUri.BaseAddress, baseUri.HostNameComparisonMode, this.includePortInComparison);