2 writes to Address
System.ServiceModel (2)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
311
this.comparand.
Address
= this.baseAddress.ToString();
316
this.comparand.
Address
= this.baseAddress.GetComponents(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.UriEscaped);
3 references to Address
System.ServiceModel (3)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (3)
230
return this.comparand.
Address
.Equals(other.comparand.
Address
);
327
this.hashCode = this.comparand.
Address
.GetHashCode() ^ this.comparand.Port ^ (int)this.HostNameComparisonMode;