C# Class Castle.Facilities.WcfIntegration.WcfErrorBehavior

Inheritance: IServiceBehavior, IEndpointBehavior
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Add ( IEnumerable handlers ) : void
Add ( IErrorHandler handler ) : void
AddBindingParameters ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase, Collection endpoints, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
Validate ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void
Validate ( ServiceEndpoint endpoint ) : void
WcfErrorBehavior ( ) : System.Collections.Generic
WcfErrorBehavior ( ICollection errorHandlers ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( IEnumerable handlers ) : void
handlers IEnumerable
Résultat void

Add() public méthode

public Add ( IErrorHandler handler ) : void
handler IErrorHandler
Résultat void

AddBindingParameters() public méthode

public AddBindingParameters ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase, Collection endpoints, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
serviceDescription System.ServiceModel.Description.ServiceDescription
serviceHostBase ServiceHostBase
endpoints Collection
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

AddBindingParameters() public méthode

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

ApplyClientBehavior() public méthode

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void
serviceDescription System.ServiceModel.Description.ServiceDescription
serviceHostBase ServiceHostBase
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Résultat void

Validate() public méthode

public Validate ( System.ServiceModel.Description.ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) : void
serviceDescription System.ServiceModel.Description.ServiceDescription
serviceHostBase ServiceHostBase
Résultat void

Validate() public méthode

public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
Résultat void

WcfErrorBehavior() public méthode

public WcfErrorBehavior ( ) : System.Collections.Generic
Résultat System.Collections.Generic

WcfErrorBehavior() public méthode

public WcfErrorBehavior ( ICollection errorHandlers ) : System.Collections.Generic
errorHandlers ICollection
Résultat System.Collections.Generic