C# Class Castle.Facilities.WcfIntegration.Lifestyles.WcfSessionScopeAccessor

Inheritance: IScopeAccessor
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Dispose ( ) : void
GetScope ( CreationContext context ) : ILifetimeScope

Private Methods

Method Description
GetScope ( IContextChannel scopeHolder ) : ILifetimeScope
GetScopeHolder ( ) : IContextChannel

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope