C# Class Castle.Facilities.WcfIntegration.Tests.LoggingInterceptor

Inheritance: IInterceptor
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
Calls List

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

Property Details

Calls public static property

public static List Calls
return List