6 references to Type
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionType.cs (6)
33
this.Value = RedirectionConstants.
Type
.Cache;
36
this.Value = RedirectionConstants.
Type
.Resource;
39
this.Value = RedirectionConstants.
Type
.UseIntermediary;
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))