4 writes to Value
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionType.cs (4)
33this.Value = RedirectionConstants.Type.Cache; 36this.Value = RedirectionConstants.Type.Resource; 39this.Value = RedirectionConstants.Type.UseIntermediary; 49this.Value = value;
8 references to Value
System.ServiceModel (8)
System\ServiceModel\Channels\RedirectionType.cs (8)
106result = RedirectionUtility.IsNamespaceAndValueMatch(left.Value, 107left.Namespace, right.Value, right.Namespace); 145this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 157this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace); 161this.toString = SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.Value); 173if (string.Equals(this.Value, RedirectionConstants.Type.Cache, StringComparison.Ordinal)) 177else if (string.Equals(this.Value, RedirectionConstants.Type.Resource, StringComparison.Ordinal)) 181else if (string.Equals(this.Value, RedirectionConstants.Type.UseIntermediary, StringComparison.Ordinal))