PeerNodeAddress.EndpointAddress Property

Definition

Gets the EndpointAddress associated with this PeerNodeAddress.

public:
 property System::ServiceModel::EndpointAddress ^ EndpointAddress { System::ServiceModel::EndpointAddress ^ get(); };
public System.ServiceModel.EndpointAddress EndpointAddress { get; }
member this.EndpointAddress : System.ServiceModel.EndpointAddress
Public ReadOnly Property EndpointAddress As EndpointAddress

Property Value

A EndpointAddress associated with this PeerNodeAddress.

Applies to