14 references to InternalRedirectionDuration
System.ServiceModel (14)
System\ServiceModel\Channels\RedirectionDuration.cs (14)
14static RedirectionDuration permanent = new RedirectionDuration(InternalRedirectionDuration.Permanent); 16static RedirectionDuration temporary = new RedirectionDuration(InternalRedirectionDuration.Temporary); 17InternalRedirectionDuration internalDuration; 25RedirectionDuration(InternalRedirectionDuration duration) 32case InternalRedirectionDuration.Temporary: 35case InternalRedirectionDuration.Permanent: 48this.internalDuration = InternalRedirectionDuration.Unknown; 64internal InternalRedirectionDuration InternalDuration 68if (this.internalDuration == InternalRedirectionDuration.Unknown) 167this.internalDuration = InternalRedirectionDuration.Temporary; 171this.internalDuration = InternalRedirectionDuration.Permanent; 175this.internalDuration = InternalRedirectionDuration.Custom; 180this.internalDuration = InternalRedirectionDuration.Custom; 183Fx.Assert(this.internalDuration != InternalRedirectionDuration.Unknown, "Failed to correctly detect internal redirection duration");