C# Class Castle.Facilities.WcfIntegration.EndpointCreatedArgs

Event to indicate an endpoint was created.
Inheritance: System.EventArgs
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
EndpointCreatedArgs ( ServiceEndpoint endpoint ) : System

Creates a new EndpointCreatedArgs.

Method Details

EndpointCreatedArgs() public méthode

Creates a new EndpointCreatedArgs.
public EndpointCreatedArgs ( ServiceEndpoint endpoint ) : System
endpoint System.ServiceModel.Description.ServiceEndpoint The created endpoint.
Résultat System