5 references to Resource
System.ServiceModel (5)
System\ServiceModel\Channels\RedirectionException.cs (2)
58|| type.InternalType == RedirectionType.InternalRedirectionType.Resource) 155else if (type.InternalType == RedirectionType.InternalRedirectionType.Resource)
System\ServiceModel\Channels\RedirectionType.cs (3)
15static RedirectionType resource = new RedirectionType(InternalRedirectionType.Resource); 35case InternalRedirectionType.Resource: 179this.internalType = InternalRedirectionType.Resource;