2 writes to Type
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionException.cs (2)
82this.Type = type; 93this.Type = (RedirectionType)info.GetValue("Type", typeof(RedirectionType));
1 reference to Type
System.ServiceModel (1)
System\ServiceModel\Channels\RedirectionException.cs (1)
108info.AddValue("Type", this.Type, typeof(RedirectionType));