ActiveReports 11.0J Server管理者ガイド
Create(Binding,EndpointAddress) メソッド

エンドポイントを構成するためのSystem.ServiceModel.Channels.Binding
サービスの場所を提供するSystem.ServiceModel.EndpointAddressです。
指定されたバインディングとエンドポイントのためにサービスチャネルを作成します。
構文
'宣言
 
Public Overloads Shared Function Create( _
   ByVal binding As Binding, _
   ByVal remoteAddress As EndpointAddress _
) As TServiceChannel
public static TServiceChannel Create( 
   Binding binding,
   EndpointAddress remoteAddress
)

パラメータ

binding
エンドポイントを構成するためのSystem.ServiceModel.Channels.Binding
remoteAddress
サービスの場所を提供するSystem.ServiceModel.EndpointAddressです。
参照

関連項目

ServiceChannelFactory<TServiceChannel> クラス
ServiceChannelFactory<TServiceChannel> メンバ
オーバーロード一覧

 

 


©2017 GrapeCity inc. All rights reserved.