Share via


WSTrustChannelFactory コンストラクター

定義

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)

パラメーター

binding
Binding

ファクトリにより作成されるチャネルのために指定する 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)

パラメーター

binding
Binding

ファクトリにより作成されるチャネルのために指定する Binding

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)

パラメーター

binding
Binding

ファクトリにより作成されるチャネルのために指定する Binding

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

適用対象