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