C# Class Castle.Facilities.WcfIntegration.WcfClient

Simplifies registration of a list of WCF client channels.
Exibir arquivo Open project: castleproject/Windsor

Public Methods

Method Description
ForChannels ( ) : WcfClientDescriptor

Prepares to register a list of WCF client channels.

ForChannels ( IEnumerable channels ) : WcfClientDescriptor

Prepares to register a list of WCF client channels.

Method Details

ForChannels() public static method

Prepares to register a list of WCF client channels.
public static ForChannels ( ) : WcfClientDescriptor
return WcfClientDescriptor

ForChannels() public static method

Prepares to register a list of WCF client channels.
public static ForChannels ( IEnumerable channels ) : WcfClientDescriptor
channels IEnumerable The channels.
return WcfClientDescriptor