C# Class Castle.Facilities.WcfIntegration.Tests.Behaviors.ChannelFactoryListener

Inheritance: AbstractChannelFactoryAware
Show file Open project: castleproject/Windsor

Public Methods

Method Description
ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void
Closed ( System.ServiceModel.ChannelFactory serviceHost ) : void
Closing ( System.ServiceModel.ChannelFactory serviceHost ) : void
Created ( System.ServiceModel.ChannelFactory serviceHost ) : void
Faulted ( System.ServiceModel.ChannelFactory serviceHost ) : void
Opened ( System.ServiceModel.ChannelFactory serviceHost ) : void
Opening ( System.ServiceModel.ChannelFactory serviceHost ) : void
Reset ( ) : void

Method Details

ChannelAvailable() public method

public ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
return void

ChannelCreated() public method

public ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
return void

ChannelRefreshed() public method

public ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void
channelFactory System.ServiceModel.ChannelFactory
oldChannel IChannel
newChannel IChannel
return void

Closed() public method

public Closed ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
return void

Closing() public method

public Closing ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
return void

Created() public method

public Created ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
return void

Faulted() public method

public Faulted ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
return void

Opened() public method

public Opened ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
return void

Opening() public method

public Opening ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
return void

Reset() public static method

public static Reset ( ) : void
return void