C# 클래스 Castle.Facilities.WcfIntegration.WcfClientDescriptor

Describes a list of WCF channels to register.
상속: IRegistration
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
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