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