Castle.Facilities.WcfIntegration.AdHocChannelFactoryAware.Created C# (CSharp) Method

Created() public method

public Created ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
return void
		public override void Created(ChannelFactory channelFactory)
		{
			Apply(channelFactory, onCreated);
		}