DuplexClientBase<TChannel>.InnerDuplexChannel Property

Definition

Gets the underlying IClientChannel implementation for the duplex channel.

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

Property Value

The inner duplex channel returned by the InnerChannel property cast to an IDuplexContextChannel.

Applies to