DuplexClientBase<TChannel>.InnerDuplexChannel Proprietà

Definizione

Ottiene l'implementazione sottostante IClientChannel per il canale duplex.

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

Valore della proprietà

Canale duplex interno restituito dalla InnerChannel proprietà cast a un IDuplexContextChannel.

Si applica a