3 references to RedirectionScope
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionScope.cs (3)
14
static RedirectionScope endpoint = new
RedirectionScope
(InternalRedirectionScope.Endpoint);
15
static RedirectionScope message = new
RedirectionScope
(InternalRedirectionScope.Message);
16
static RedirectionScope session = new
RedirectionScope
(InternalRedirectionScope.Session);