C# Class Castle.Facilities.WcfIntegration.RepairChannelPolicy

Policy to recover from a T:System.ServiceModel.CommunicationException by repairing the channel and trying again. This policy will handle situations in which a connection has been reset on the server which invalidates the client channel.
Inheritance: AbstractWcfPolicy
Exibir arquivo Open project: castleproject/Windsor

Public Methods

Method Description
Apply ( WcfInvocation wcfInvocation ) : void

Method Details

Apply() public method

public Apply ( WcfInvocation wcfInvocation ) : void
wcfInvocation WcfInvocation
return void