WSTrustChannelFactory コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
オーバーロード
WSTrustChannelFactory() |
WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory(Binding) |
指定したバインドを使用して WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory(ServiceEndpoint) |
指定したエンドポイントを使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory(String) |
指定したエンドポイントの構成名を使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory(Binding, EndpointAddress) |
指定したバインドとエンドポイント アドレスを使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory(Binding, String) |
指定したバインドとリモート アドレスを使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory(String, EndpointAddress) |
指定したエンドポイント構成名とエンドポイント アドレスに関連付けられた WSTrustChannelFactory クラスの新しいインスタンスを初期化します。 |
WSTrustChannelFactory()
WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory();
public WSTrustChannelFactory ();
Public Sub New ()
適用対象
WSTrustChannelFactory(Binding)
指定したバインドを使用して WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding)
パラメーター
適用対象
WSTrustChannelFactory(ServiceEndpoint)
指定したエンドポイントを使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public WSTrustChannelFactory (System.ServiceModel.Description.ServiceEndpoint endpoint);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpoint As ServiceEndpoint)
パラメーター
- endpoint
- ServiceEndpoint
ファクトリにより作成されるチャネルの ServiceEndpoint。
適用対象
WSTrustChannelFactory(String)
指定したエンドポイントの構成名を使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory(System::String ^ endpointConfigurationName);
public WSTrustChannelFactory (string endpointConfigurationName);
new System.ServiceModel.Security.WSTrustChannelFactory : string -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpointConfigurationName As String)
パラメーター
- endpointConfigurationName
- String
エンドポイントで使用される構成名。
適用対象
WSTrustChannelFactory(Binding, EndpointAddress)
指定したバインドとエンドポイント アドレスを使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding, remoteAddress As EndpointAddress)
パラメーター
- remoteAddress
- EndpointAddress
サービスの場所を提供する EndpointAddress。
適用対象
WSTrustChannelFactory(Binding, String)
指定したバインドとリモート アドレスを使用して、WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory(System::ServiceModel::Channels::Binding ^ binding, System::String ^ remoteAddress);
public WSTrustChannelFactory (System.ServiceModel.Channels.Binding binding, string remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : System.ServiceModel.Channels.Binding * string -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (binding As Binding, remoteAddress As String)
パラメーター
- remoteAddress
- String
サービスの場所を提供する EndpointAddress。
適用対象
WSTrustChannelFactory(String, EndpointAddress)
指定したエンドポイント構成名とエンドポイント アドレスに関連付けられた WSTrustChannelFactory クラスの新しいインスタンスを初期化します。
public:
WSTrustChannelFactory(System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress);
public WSTrustChannelFactory (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Security.WSTrustChannelFactory : string * System.ServiceModel.EndpointAddress -> System.ServiceModel.Security.WSTrustChannelFactory
Public Sub New (endpointConfigurationName As String, remoteAddress As EndpointAddress)
パラメーター
- endpointConfigurationName
- String
エンドポイントで使用される構成名。
- remoteAddress
- EndpointAddress
サービスの場所を提供する EndpointAddress。