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

상속: IWcfExtensionVisitor
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
ChannelFactoryExtensions ( System.ServiceModel.ChannelFactory channelFactory, IKernel kernel ) : System.Collections.Generic
Install ( ICollection extensions, IWcfBurden burden ) : ChannelFactoryExtensions
Install ( IWcfBurden burden ) : ChannelFactoryExtensions

비공개 메소드들

메소드 설명
IWcfExtensionVisitor ( IWcfChannelExtension extension ) : void
IWcfExtensionVisitor ( IWcfEndpointExtension extension ) : void
IWcfExtensionVisitor ( IWcfServiceExtension extension ) : void

메소드 상세

ChannelFactoryExtensions() 공개 메소드

public ChannelFactoryExtensions ( System.ServiceModel.ChannelFactory channelFactory, IKernel kernel ) : System.Collections.Generic
channelFactory System.ServiceModel.ChannelFactory
kernel IKernel
리턴 System.Collections.Generic

Install() 공개 메소드

public Install ( ICollection extensions, IWcfBurden burden ) : ChannelFactoryExtensions
extensions ICollection
burden IWcfBurden
리턴 ChannelFactoryExtensions

Install() 공개 메소드

public Install ( IWcfBurden burden ) : ChannelFactoryExtensions
burden IWcfBurden
리턴 ChannelFactoryExtensions