C# Class Castle.Facilities.WcfIntegration.AdHocChannelFactoryAware

Inheritance: AbstractChannelFactoryAware
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Apply ( System.ServiceModel.ChannelFactory channelFactory, Action action ) : void
Apply ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel, IChannel>.Action action ) : void

Method Details

ChannelAvailable() public méthode

public ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
Résultat void

ChannelCreated() public méthode

public ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
Résultat void

ChannelRefreshed() public méthode

public ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void
channelFactory System.ServiceModel.ChannelFactory
oldChannel IChannel
newChannel IChannel
Résultat void

Closed() public méthode

public Closed ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void

Closing() public méthode

public Closing ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void

Created() public méthode

public Created ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void

Faulted() public méthode

public Faulted ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void

OnChannelAvailable() public méthode

public OnChannelAvailable ( IChannel>.Action action ) : AdHocChannelFactoryAware
action IChannel>.Action
Résultat AdHocChannelFactoryAware

OnChannelCreated() public méthode

public OnChannelCreated ( IChannel>.Action action ) : AdHocChannelFactoryAware
action IChannel>.Action
Résultat AdHocChannelFactoryAware

OnChannelRefreshed() public méthode

public OnChannelRefreshed ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

OnClosed() public méthode

public OnClosed ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

OnClosing() public méthode

public OnClosing ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

OnCreated() public méthode

public OnCreated ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

OnFaulted() public méthode

public OnFaulted ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

OnOpened() public méthode

public OnOpened ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

OnOpening() public méthode

public OnOpening ( Action action ) : AdHocChannelFactoryAware
action Action
Résultat AdHocChannelFactoryAware

Opened() public méthode

public Opened ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void

Opening() public méthode

public Opening ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void