ServiceChannel<TChannel>.CommunicationObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the communication object that is associated with the service channel.
protected:
property System::ServiceModel::ICommunicationObject ^ CommunicationObject { System::ServiceModel::ICommunicationObject ^ get(); };
protected System.ServiceModel.ICommunicationObject CommunicationObject { get; }
member this.CommunicationObject : System.ServiceModel.ICommunicationObject
Protected ReadOnly Property CommunicationObject As ICommunicationObject
Property Value
The communication object associated with the service channel.