C# Class Castle.Facilities.WcfIntegration.WcfClientDescriptor

Describes a list of WCF channels to register.
Inheritance: IRegistration
Exibir arquivo Open project: castleproject/Windsor

Public Methods

Method Description
Configure ( Action configurer ) : WcfClientDescriptor

Allows customized configurations of the channels.

Private Methods

Method Description
IRegistration ( IKernelInternal kernel ) : void
ValidateChannels ( IEnumerable channels ) : void
WcfClientDescriptor ( IEnumerable channels ) : System

Method Details

Configure() public method

Allows customized configurations of the channels.
public Configure ( Action configurer ) : WcfClientDescriptor
configurer Action The configuration action.
return WcfClientDescriptor