Condividi tramite


DuplexClientBase<TChannel>.InnerDuplexChannel Proprietà

Definizione

Ottiene l'implementazione di IClientChannel sottostante 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à

IDuplexContextChannel

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

Si applica a