Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: castleproject/Windsor
공개 메소드들
메소드
설명
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