3 references to RedirectionType
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionType.cs (3)
14static RedirectionType cache = new RedirectionType(InternalRedirectionType.Cache); 15static RedirectionType resource = new RedirectionType(InternalRedirectionType.Resource); 16static RedirectionType useIntermediary = new RedirectionType(InternalRedirectionType.UseIntermediary);