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