Castle.Facilities.WcfIntegration.Tests.Behaviors.ChannelFactoryListener.ChannelCreated C# (CSharp) Method

ChannelCreated() public method

public ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
return void
		public override void ChannelCreated(ChannelFactory channelFactory, IChannel channel)
		{
			channelsCreated.Add(channel);
		}