Zdieľať cez


ServiceChannel<TChannel>.CommunicationObject Property

Definition

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.

Applies to