C# 클래스 Castle.Facilities.WcfIntegration.Tests.Behaviors.ChannelFactoryListener

상속: AbstractChannelFactoryAware
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void
Closed ( System.ServiceModel.ChannelFactory serviceHost ) : void
Closing ( System.ServiceModel.ChannelFactory serviceHost ) : void
Created ( System.ServiceModel.ChannelFactory serviceHost ) : void
Faulted ( System.ServiceModel.ChannelFactory serviceHost ) : void
Opened ( System.ServiceModel.ChannelFactory serviceHost ) : void
Opening ( System.ServiceModel.ChannelFactory serviceHost ) : void
Reset ( ) : void

메소드 상세

ChannelAvailable() 공개 메소드

public ChannelAvailable ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
리턴 void

ChannelCreated() 공개 메소드

public ChannelCreated ( System.ServiceModel.ChannelFactory channelFactory, IChannel channel ) : void
channelFactory System.ServiceModel.ChannelFactory
channel IChannel
리턴 void

ChannelRefreshed() 공개 메소드

public ChannelRefreshed ( System.ServiceModel.ChannelFactory channelFactory, IChannel oldChannel, IChannel newChannel ) : void
channelFactory System.ServiceModel.ChannelFactory
oldChannel IChannel
newChannel IChannel
리턴 void

Closed() 공개 메소드

public Closed ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
리턴 void

Closing() 공개 메소드

public Closing ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
리턴 void

Created() 공개 메소드

public Created ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
리턴 void

Faulted() 공개 메소드

public Faulted ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
리턴 void

Opened() 공개 메소드

public Opened ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
리턴 void

Opening() 공개 메소드

public Opening ( System.ServiceModel.ChannelFactory serviceHost ) : void
serviceHost System.ServiceModel.ChannelFactory
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void