DuplexClientBase<TChannel>.InnerDuplexChannel Egenskap

Definition

Hämtar den underliggande IClientChannel implementeringen för duplex-kanalen.

public:
 property System::ServiceModel::IDuplexContextChannel ^ InnerDuplexChannel { System::ServiceModel::IDuplexContextChannel ^ get(); };
public System.ServiceModel.IDuplexContextChannel InnerDuplexChannel { get; }
member this.InnerDuplexChannel : System.ServiceModel.IDuplexContextChannel
Public ReadOnly Property InnerDuplexChannel As IDuplexContextChannel

Egenskapsvärde

Den inre duplexkanalen som returneras av InnerChannel egenskapen cast till en IDuplexContextChannel.

Gäller för