6 references to Scope
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionScope.cs (6)
34
this.Value = RedirectionConstants.
Scope
.Message;
37
this.Value = RedirectionConstants.
Scope
.Session;
40
this.Value = RedirectionConstants.
Scope
.Endpoint;
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))