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

แชร์ผ่าน


AnnouncementEndpointElement.OnApplyConfiguration Method

Definition

When called or overridden by a derived class, converts the specified ServiceEndpoint to an announcement endpoint.

Overloads

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

When called or overridden by a derived class, converts the specified ServiceEndpoint to an announcement endpoint.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

When called or overridden by a derived class, converts the specified ServiceEndpoint to an announcement endpoint.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

When called or overridden by a derived class, converts the specified ServiceEndpoint to an announcement endpoint.

C#
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);

Parameters

endpoint
ServiceEndpoint

The service endpoint to which announcement configuration settings are applied.

serviceEndpointElement
ChannelEndpointElement

Not used.

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

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

When called or overridden by a derived class, converts the specified ServiceEndpoint to an announcement endpoint.

C#
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);

Parameters

endpoint
ServiceEndpoint

The service endpoint to which announcement configuration settings are applied.

serviceEndpointElement
ServiceEndpointElement

Not used.

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