1 instantiation of RedirectionLocation
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
865RedirectionScope.Session, new RedirectionLocation(redirectVia));
15 references to RedirectionLocation
System.ServiceModel (15)
System\ServiceModel\Channels\RedirectionException.cs (15)
23public RedirectionException(RedirectionType type, RedirectionDuration duration, RedirectionScope scope, params RedirectionLocation[] locations) 28public RedirectionException(RedirectionType type, RedirectionDuration duration, RedirectionScope scope, Exception innerException, params RedirectionLocation[] locations) 33public RedirectionException(string message, RedirectionType type, RedirectionDuration duration, RedirectionScope scope, params RedirectionLocation[] locations) 38public RedirectionException(string message, RedirectionType type, RedirectionDuration duration, RedirectionScope scope, Exception innerException, params RedirectionLocation[] locations) 78locations = EmptyArray<RedirectionLocation>.Instance; 81this.Locations = new ReadOnlyCollection<RedirectionLocation>(locations); 96RedirectionLocation[] locations = (RedirectionLocation[])info.GetValue("Locations", typeof(RedirectionLocation[])); 97this.Locations = new ReadOnlyCollection<RedirectionLocation>(locations); 111info.AddValue("Locations", this.Locations.ToArray<RedirectionLocation>(), typeof(RedirectionLocation[])); 115public IEnumerable<RedirectionLocation> Locations { get; private set; } 119static string FormatLocations(RedirectionLocation[] locations) 145static string GetDefaultMessage(RedirectionType type, RedirectionLocation[] locations)