WebScriptEndpointElement.OnApplyConfiguration Метод

Определение

Преобразует указанный объект ServiceEndpoint в WebScriptEndpoint.

Перегрузки

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Преобразует указанный объект ServiceEndpoint в WebScriptEndpoint.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Преобразует указанный объект ServiceEndpoint в WebScriptEndpoint.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Преобразует указанный объект ServiceEndpoint в WebScriptEndpoint.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ChannelEndpointElement)

Параметры

endpoint
ServiceEndpoint

Преобразуемый объект ServiceEndpoint.

serviceEndpointElement
ChannelEndpointElement

Не используется.

Применяется к

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Преобразует указанный объект ServiceEndpoint в WebScriptEndpoint.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

Параметры

endpoint
ServiceEndpoint

Преобразуемый объект ServiceEndpoint.

serviceEndpointElement
ServiceEndpointElement

Не используется.

Применяется к