Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Castle
Facilities
WcfIntegration
EndpointCreatedArgs
C# Класс Castle.Facilities.WcfIntegration.EndpointCreatedArgs
Event to indicate an endpoint was created.
Наследование:
System.EventArgs
Показать файл
Открыть проект
Открытые методы
Метод
Описание
EndpointCreatedArgs
(
ServiceEndpoint
endpoint
) :
System
Creates a new
EndpointCreatedArgs
.
Описание методов
EndpointCreatedArgs()
публичный
Метод
Creates a new
EndpointCreatedArgs
.
public
EndpointCreatedArgs
(
ServiceEndpoint
endpoint
) :
System
endpoint
System.ServiceModel.Description.ServiceEndpoint
The created endpoint.
Результат
System