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