ClientBase<TChannel>.ChannelBase<T>(ClientBase<T>) コンストラクター

定義

クラスの既存のインスタンスを使用して ClientBase<TChannel>.ChannelBase<T> クラスの新しいインスタンスを初期化します。

protected:
 ChannelBase(System::ServiceModel::ClientBase<T> ^ client);
protected ChannelBase (System.ServiceModel.ClientBase<T> client);
new System.ServiceModel.ClientBase<'Channel (requires 'Channel : null)>.ChannelBase<'T (requires 'Channel : null)> : System.ServiceModel.ClientBase<'T (requires 'T : null)> -> System.ServiceModel.ClientBase<'Channel (requires 'Channel : null)>.ChannelBase<'T (requires 'Channel : null)>
Protected Sub New (client As ClientBase(Of T))

パラメーター

client
ClientBase<T>

クラスの新しいインスタンスを初期化するために使用するオブジェクト。

適用対象