5 references to UseIntermediary
System.ServiceModel (5)
System\ServiceModel\Channels\RedirectionException.cs (2)
57if (type.InternalType == RedirectionType.InternalRedirectionType.UseIntermediary 159else if (type.InternalType == RedirectionType.InternalRedirectionType.UseIntermediary)
System\ServiceModel\Channels\RedirectionType.cs (3)
16static RedirectionType useIntermediary = new RedirectionType(InternalRedirectionType.UseIntermediary); 38case InternalRedirectionType.UseIntermediary: 183this.internalType = InternalRedirectionType.UseIntermediary;