WSTrustChannelFactory.CreateChannel(EndpointAddress, Uri) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したトランスポート アドレスを通して指定したエンドポイント アドレスのサービスにメッセージを送信するために使用される WSTrustChannel オブジェクトを作成します。
public:
override System::ServiceModel::Security::IWSTrustChannelContract ^ CreateChannel(System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
public override System.ServiceModel.Security.IWSTrustChannelContract CreateChannel (System.ServiceModel.EndpointAddress address, Uri via);
override this.CreateChannel : System.ServiceModel.EndpointAddress * Uri -> System.ServiceModel.Security.IWSTrustChannelContract
Public Overrides Function CreateChannel (address As EndpointAddress, via As Uri) As IWSTrustChannelContract
パラメーター
- address
- EndpointAddress
サービスの場所を提供する EndpointAddress。
戻り値
新しいチャネルを表す Contract オブジェクト。
注釈
返されるオブジェクトは、 クラスの WSTrustChannel インスタンスです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET