Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Castle
Facilities
WcfIntegration
EndpointCreatedArgs
C# Class Castle.Facilities.WcfIntegration.EndpointCreatedArgs
Event to indicate an endpoint was created.
Inheritance:
System.EventArgs
Datei anzeigen
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