6 references to Type
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionType.cs (6)
33this.Value = RedirectionConstants.Type.Cache; 36this.Value = RedirectionConstants.Type.Resource; 39this.Value = RedirectionConstants.Type.UseIntermediary; 173if (string.Equals(this.Value, RedirectionConstants.Type.Cache, StringComparison.Ordinal)) 177else if (string.Equals(this.Value, RedirectionConstants.Type.Resource, StringComparison.Ordinal)) 181else if (string.Equals(this.Value, RedirectionConstants.Type.UseIntermediary, StringComparison.Ordinal))