C# Class Castle.Facilities.WcfIntegration.AdHocChannelFactoryAware

Inheritance: AbstractChannelFactoryAware
Show file Open project: castleproject/Windsor Class Usage Examples

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 channelFactory ) : void
Closing ( System.ServiceModel.ChannelFactory channelFactory ) : void
Created ( System.ServiceModel.ChannelFactory channelFactory ) : void
Faulted ( System.ServiceModel.ChannelFactory channelFactory ) : void
OnChannelAvailable ( IChannel>.Action action ) : AdHocChannelFactoryAware
OnChannelCreated ( IChannel>.Action action ) : AdHocChannelFactoryAware
OnChannelRefreshed ( Action action ) : AdHocChannelFactoryAware
OnClosed ( Action action ) : AdHocChannelFactoryAware
OnClosing ( Action action ) : AdHocChannelFactoryAware
OnCreated ( Action action ) : AdHocChannelFactoryAware
OnFaulted ( Action action ) : AdHocChannelFactoryAware
OnOpened ( Action action ) : AdHocChannelFactoryAware
OnOpening ( Action action ) : AdHocChannelFactoryAware
Opened ( System.ServiceModel.ChannelFactory channelFactory ) : void
Opening ( System.ServiceModel.ChannelFactory channelFactory ) : void

Private Methods

Method Description
Apply ( System.ServiceModel.ChannelFactory channelFactory, Action action ) : void
Apply ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel, IChannel>.Action action ) : 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 channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
return void

Closing() public method

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

Created() public method

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

Faulted() public method

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

OnChannelAvailable() public method

public OnChannelAvailable ( IChannel>.Action action ) : AdHocChannelFactoryAware
action IChannel>.Action
return AdHocChannelFactoryAware

OnChannelCreated() public method

public OnChannelCreated ( IChannel>.Action action ) : AdHocChannelFactoryAware
action IChannel>.Action
return AdHocChannelFactoryAware

OnChannelRefreshed() public method

public OnChannelRefreshed ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

OnClosed() public method

public OnClosed ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

OnClosing() public method

public OnClosing ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

OnCreated() public method

public OnCreated ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

OnFaulted() public method

public OnFaulted ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

OnOpened() public method

public OnOpened ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

OnOpening() public method

public OnOpening ( Action action ) : AdHocChannelFactoryAware
action Action
return AdHocChannelFactoryAware

Opened() public method

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

Opening() public method

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