6 references to Scope
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionScope.cs (6)
34this.Value = RedirectionConstants.Scope.Message; 37this.Value = RedirectionConstants.Scope.Session; 40this.Value = RedirectionConstants.Scope.Endpoint; 171if (string.Equals(this.Value, RedirectionConstants.Scope.Message, StringComparison.Ordinal)) 175else if (string.Equals(this.Value, RedirectionConstants.Scope.Session, StringComparison.Ordinal)) 179else if (string.Equals(this.Value, RedirectionConstants.Scope.Endpoint, StringComparison.Ordinal))