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