17 references to InternalRedirectionScope
System.ServiceModel (17)
System\ServiceModel\Channels\RedirectionScope.cs (17)
14
static RedirectionScope endpoint = new RedirectionScope(
InternalRedirectionScope
.Endpoint);
15
static RedirectionScope message = new RedirectionScope(
InternalRedirectionScope
.Message);
16
static RedirectionScope session = new RedirectionScope(
InternalRedirectionScope
.Session);
18
InternalRedirectionScope
internalScope;
26
RedirectionScope(
InternalRedirectionScope
scope)
33
case
InternalRedirectionScope
.Message:
36
case
InternalRedirectionScope
.Session:
39
case
InternalRedirectionScope
.Endpoint:
52
this.internalScope =
InternalRedirectionScope
.Unknown;
70
internal
InternalRedirectionScope
InternalScope
74
if (this.internalScope ==
InternalRedirectionScope
.Unknown)
173
this.internalScope =
InternalRedirectionScope
.Message;
177
this.internalScope =
InternalRedirectionScope
.Session;
181
this.internalScope =
InternalRedirectionScope
.Endpoint;
185
this.internalScope =
InternalRedirectionScope
.Custom;
190
this.internalScope =
InternalRedirectionScope
.Custom;
193
Fx.Assert(this.internalScope !=
InternalRedirectionScope
.Unknown, "Failed to correctly detect internal redirection scope");