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