次の方法で共有


WcfCommunicationClient<TServiceContract>.Channel プロパティ

定義

この通信クライアントが使用する指定したコントラクトの WCF チャネルを取得します。

public TServiceContract Channel { get; }
member this.Channel : 'ServiceContract
Public ReadOnly Property Channel As TServiceContract

プロパティ値

TServiceContract

この通信クライアントが使用する、指定したコントラクトの WCF チャネル。

適用対象