2 writes to Scope
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionException.cs (2)
83
this.
Scope
= scope;
95
this.
Scope
= (RedirectionScope)info.GetValue("Scope", typeof(RedirectionScope));
1 reference to Scope
System.ServiceModel (1)
System\ServiceModel\Channels\RedirectionException.cs (1)
110
info.AddValue("Scope", this.
Scope
, typeof(RedirectionScope));