ChannelFactory.InitializeEndpoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
チャネル ファクトリのサービス エンドポイントを初期化します。
オーバーロード
InitializeEndpoint(Binding, EndpointAddress) |
指定したバインドとアドレスを使用して、チャネル ファクトリのサービス エンドポイントを初期化します。 |
InitializeEndpoint(String, EndpointAddress) |
指定したアドレスと構成を使用して、チャネル ファクトリのサービス エンドポイントを初期化します。 |
InitializeEndpoint(ServiceEndpoint) |
指定したエンドポイントを使用して、チャネル ファクトリのサービス エンドポイントを初期化します。 |
InitializeEndpoint(EndpointAddress) |
注釈
エンドポイントを初期化するにはアドレスが必要ですが、完全なエンドポイントではなくバインドまたは構成しかない場合があります。
InitializeEndpoint(Binding, EndpointAddress)
指定したバインドとアドレスを使用して、チャネル ファクトリのサービス エンドポイントを初期化します。
protected:
void InitializeEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (binding As Binding, address As EndpointAddress)
パラメーター
- address
- EndpointAddress
チャネル ファクトリの初期化に使用する EndpointAddress。
注釈
構成しかない場合は、InitializeEndpoint(String, EndpointAddress) を使用します。
適用対象
InitializeEndpoint(String, EndpointAddress)
指定したアドレスと構成を使用して、チャネル ファクトリのサービス エンドポイントを初期化します。
protected:
void InitializeEndpoint(System::String ^ configurationName, System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (string configurationName, System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : string * System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (configurationName As String, address As EndpointAddress)
パラメーター
- configurationName
- String
チャネル ファクトリの初期化に使用する構成ファイルの名前。
- address
- EndpointAddress
チャネル ファクトリの初期化に使用する EndpointAddress。
注釈
バインディングしかない場合は、InitializeEndpoint(Binding, EndpointAddress) を使用します。
適用対象
InitializeEndpoint(ServiceEndpoint)
指定したエンドポイントを使用して、チャネル ファクトリのサービス エンドポイントを初期化します。
protected:
void InitializeEndpoint(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected void InitializeEndpoint (System.ServiceModel.Description.ServiceEndpoint endpoint);
member this.InitializeEndpoint : System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Sub InitializeEndpoint (endpoint As ServiceEndpoint)
パラメーター
- endpoint
- ServiceEndpoint
チャネル ファクトリの初期化に使用する ServiceEndpoint。
例外
endpoint
は null
です。
注釈
バインディングしかない場合は、InitializeEndpoint(Binding, EndpointAddress) を使用します。 構成しかない場合は、InitializeEndpoint(String, EndpointAddress) を使用します。
適用対象
InitializeEndpoint(EndpointAddress)
protected:
void InitializeEndpoint(System::ServiceModel::EndpointAddress ^ address);
protected void InitializeEndpoint (System.ServiceModel.EndpointAddress address);
member this.InitializeEndpoint : System.ServiceModel.EndpointAddress -> unit
Protected Sub InitializeEndpoint (address As EndpointAddress)
パラメーター
- address
- EndpointAddress
適用対象
.NET