WebScriptEndpointElement.OnApplyConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 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
使用しません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET