ClientBase<TChannel>.InnerChannel プロパティ

定義

基になる IClientChannel 実装を取得します。

C#
public System.ServiceModel.IClientChannel InnerChannel { get; }

プロパティ値

WCF クライアント オブジェクトのクライアント チャネル。

注釈

InnerChannel プロパティを使用して、サービスに接続するために使用される System.ServiceModel.IClientChannel を取得します。

適用対象