C# Класс Castle.Facilities.WcfIntegration.WcfClientDescriptor

Describes a list of WCF channels to register.
Наследование: IRegistration
Показать файл Открыть проект

Открытые методы

Метод Описание
Configure ( Action configurer ) : WcfClientDescriptor

Allows customized configurations of the channels.

Приватные методы

Метод Описание
IRegistration ( IKernelInternal kernel ) : void
ValidateChannels ( IEnumerable channels ) : void
WcfClientDescriptor ( IEnumerable channels ) : System

Описание методов

Configure() публичный Метод

Allows customized configurations of the channels.
public Configure ( Action configurer ) : WcfClientDescriptor
configurer Action The configuration action.
Результат WcfClientDescriptor