3 references to Session
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionScope.cs (3)
16
static RedirectionScope session = new RedirectionScope(InternalRedirectionScope.
Session
);
36
case InternalRedirectionScope.
Session
:
177
this.internalScope = InternalRedirectionScope.
Session
;