C# Class Castle.Facilities.WcfIntegration.EndpointCreatedArgs

Event to indicate an endpoint was created.
Inheritance: System.EventArgs
Exibir arquivo Open project: castleproject/Windsor

Public Methods

Method Description
EndpointCreatedArgs ( ServiceEndpoint endpoint ) : System

Creates a new EndpointCreatedArgs.

Method Details

EndpointCreatedArgs() public method

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