1 write to Scheme
System.ServiceModel (1)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
320
this.comparand.
Scheme
= this.baseAddress.Scheme;
3 references to Scheme
System.ServiceModel (3)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (3)
226
if (!object.ReferenceEquals(other.comparand.
Scheme
, this.comparand.
Scheme
))
322
if ((this.comparand.Port == -1) && ((object)this.comparand.
Scheme
== (object)Uri.UriSchemeNetTcp))