Share via


WebScriptEndpointElement.OnApplyConfiguration メソッド

定義

指定された ServiceEndpointWebScriptEndpoint に変換します。

オーバーロード

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

指定された ServiceEndpointWebScriptEndpoint に変換します。

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

指定された ServiceEndpointWebScriptEndpoint に変換します。

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

指定された ServiceEndpointWebScriptEndpoint に変換します。

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)

指定された ServiceEndpointWebScriptEndpoint に変換します。

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

使用しません。

適用対象