อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


UdpAnnouncementEndpointElement.OnInitializeAndValidate Method

Definition

When called or overridden by a derived class, initializes and validates the specified endpoint element.

Overloads

OnInitializeAndValidate(ChannelEndpointElement)

When called or overridden by a derived class, initializes and validates the specified instance of a ChannelEndpointElement.

OnInitializeAndValidate(ServiceEndpointElement)

When called or overridden by a derived class, initializes and validates the specified instance of a ServiceEndpointElement.

OnInitializeAndValidate(ChannelEndpointElement)

When called or overridden by a derived class, initializes and validates the specified instance of a ChannelEndpointElement.

C#
protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);

Parameters

channelEndpointElement
ChannelEndpointElement

The channel endpoint element to initialize and validate.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

OnInitializeAndValidate(ServiceEndpointElement)

When called or overridden by a derived class, initializes and validates the specified instance of a ServiceEndpointElement.

C#
protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);

Parameters

serviceEndpointElement
ServiceEndpointElement

The service endpoint element to initialize and validate.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1