7 writes to internalType
System.ServiceModel (7)
System\ServiceModel\Channels\RedirectionType.cs (7)
28this.internalType = type; 53this.internalType = InternalRedirectionType.Unknown; 175this.internalType = InternalRedirectionType.Cache; 179this.internalType = InternalRedirectionType.Resource; 183this.internalType = InternalRedirectionType.UseIntermediary; 187this.internalType = InternalRedirectionType.Custom; 192this.internalType = InternalRedirectionType.Custom;
3 references to internalType
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionType.cs (3)
76if (this.internalType == InternalRedirectionType.Unknown) 81return this.internalType; 195Fx.Assert(this.internalType != InternalRedirectionType.Unknown, "Failed to correctly detect internal redirection type");