StandardEndpointElement.ApplyConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された構成エンドポイントの内容を、現在の構成要素に適用します。
オーバーロード
ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
特定のサービス エンドポイントの内容を、現在のチャネル エンドポイント要素に適用します。 |
ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
特定のサービス エンドポイントの内容を、現在のサービス エンドポイント要素に適用します。 |
ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
特定のサービス エンドポイントの内容を、現在のチャネル エンドポイント要素に適用します。
public:
void ApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
public void ApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Public Sub ApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)
パラメーター
- endpoint
- ServiceEndpoint
クライアントがサービスを検索し、サービスと通信できるようにするエンドポイント。
- channelEndpointElement
- ChannelEndpointElement
クライアントとサービス間でのメッセージの物理的な転送を定義するエンドポイント要素。
適用対象
ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
特定のサービス エンドポイントの内容を、現在のサービス エンドポイント要素に適用します。
public:
void ApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
public void ApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Public Sub ApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)
パラメーター
- endpoint
- ServiceEndpoint
クライアントがサービスを検索し、サービスと通信できるようにするエンドポイント。
- serviceEndpointElement
- ServiceEndpointElement
クライアントがサービスを検索し、サービスと通信する方法を定義するするエンドポイント要素。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET