4 instantiations of RedirectionScope
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionScope.cs (4)
14
static RedirectionScope endpoint = new
RedirectionScope
(InternalRedirectionScope.Endpoint);
15
static RedirectionScope message = new
RedirectionScope
(InternalRedirectionScope.Message);
16
static RedirectionScope session = new
RedirectionScope
(InternalRedirectionScope.Session);
124
return new
RedirectionScope
(scope, ns);
21 references to RedirectionScope
System.ServiceModel (20)
System\ServiceModel\Channels\RedirectionException.cs (8)
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)
95
this.Scope = (
RedirectionScope
)info.GetValue("Scope", typeof(
RedirectionScope
));
110
info.AddValue("Scope", this.Scope, typeof(
RedirectionScope
));
116
public
RedirectionScope
Scope { get; private set; }
System\ServiceModel\Channels\RedirectionScope.cs (12)
14
static
RedirectionScope
endpoint = new RedirectionScope(InternalRedirectionScope.Endpoint);
15
static
RedirectionScope
message = new RedirectionScope(InternalRedirectionScope.Message);
16
static
RedirectionScope
session = new RedirectionScope(InternalRedirectionScope.Session);
63
public static
RedirectionScope
Endpoint { get { return endpoint; } }
65
public static
RedirectionScope
Message { get { return message; } }
66
public static
RedirectionScope
Session { get { return session; } }
83
public static bool operator !=(
RedirectionScope
left,
RedirectionScope
right)
88
public static bool operator ==(
RedirectionScope
left,
RedirectionScope
right)
112
public static
RedirectionScope
Create(string scope, string ns)
133
result = ((obj as
RedirectionScope
) == this);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
865
RedirectionScope
.Session, new RedirectionLocation(redirectVia));