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