6 writes to internalDuration
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionDuration.cs (6)
28
this.
internalDuration
= duration;
48
this.
internalDuration
= InternalRedirectionDuration.Unknown;
167
this.
internalDuration
= InternalRedirectionDuration.Temporary;
171
this.
internalDuration
= InternalRedirectionDuration.Permanent;
175
this.
internalDuration
= InternalRedirectionDuration.Custom;
180
this.
internalDuration
= InternalRedirectionDuration.Custom;
3 references to internalDuration
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionDuration.cs (3)
68
if (this.
internalDuration
== InternalRedirectionDuration.Unknown)
73
return this.
internalDuration
;
183
Fx.Assert(this.
internalDuration
!= InternalRedirectionDuration.Unknown, "Failed to correctly detect internal redirection duration");