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