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