DuplexClientBase<TChannel>::InnerDuplexChannel Property

 

Gets the inner duplex channel.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property IDuplexContextChannel^ InnerDuplexChannel {
	IDuplexContextChannel^ get();
}

Property Value

Type: System.ServiceModel::IDuplexContextChannel^

The inner duplex channel.

.NET Framework
Available since 3.0
Return to top
Show: