3 writes to Value
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionDuration.cs (3)
33this.Value = RedirectionConstants.Duration.Temporary; 36this.Value = RedirectionConstants.Duration.Permanent; 46this.Value = duration;
7 references to Value
System.ServiceModel (7)
System\ServiceModel\Channels\RedirectionDuration.cs (7)
98result = RedirectionUtility.IsNamespaceAndValueMatch(left.Value, 99left.Namespace, right.Value, right.Namespace); 137this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 149this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace); 153this.toString = SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.Value); 165if (string.Equals(this.Value, RedirectionConstants.Duration.Temporary, StringComparison.Ordinal)) 169else if (string.Equals(this.Value, RedirectionConstants.Duration.Permanent, StringComparison.Ordinal))