4 writes to Value
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionScope.cs (4)
34
this.
Value
= RedirectionConstants.Scope.Message;
37
this.
Value
= RedirectionConstants.Scope.Session;
40
this.
Value
= RedirectionConstants.Scope.Endpoint;
50
this.
Value
= value;
8 references to Value
System.ServiceModel (8)
System\ServiceModel\Channels\RedirectionScope.cs (8)
104
result = RedirectionUtility.IsNamespaceAndValueMatch(left.
Value
,
105
left.Namespace, right.
Value
, right.Namespace);
143
this.hashCode = RedirectionUtility.ComputeHashCode(this.
Value
, this.Namespace);
155
this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.
Value
, this.Namespace);
159
this.toString = SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.
Value
);
171
if (string.Equals(this.
Value
, RedirectionConstants.Scope.Message, StringComparison.Ordinal))
175
else if (string.Equals(this.
Value
, RedirectionConstants.Scope.Session, StringComparison.Ordinal))
179
else if (string.Equals(this.
Value
, RedirectionConstants.Scope.Endpoint, StringComparison.Ordinal))