DuplexClientBase<TChannel>.InnerDuplexChannel Propiedad

Definición

Obtiene la implementación IClientChannel subyacente para el canal dúplex.

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

Valor de propiedad

IDuplexContextChannel

Canal dúplex interno devuelto por la InnerChannel propiedad convertido en un IDuplexContextChannel.

Se aplica a