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