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