2 writes to Duration
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionException.cs (2)
84
this.
Duration
= duration;
94
this.
Duration
= (RedirectionDuration)info.GetValue("Duration", typeof(RedirectionDuration));
1 reference to Duration
System.ServiceModel (1)
System\ServiceModel\Channels\RedirectionException.cs (1)
109
info.AddValue("Duration", this.
Duration
, typeof(RedirectionDuration));