2 writes to Namespace
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionType.cs (2)
27this.Namespace = RedirectionConstants.Namespace; 50this.Namespace = ns;
6 references to Namespace
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionType.cs (6)
107left.Namespace, right.Value, right.Namespace); 145this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 155if (this.Namespace != null) 157this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace); 171if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))