PeerCustomResolverBindingElement.Address 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置对等节点的终结点地址,由此绑定创建的解析程序将在该对等节点上运行。
public:
property System::ServiceModel::EndpointAddress ^ Address { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress Address { get; set; }
member this.Address : System.ServiceModel.EndpointAddress with get, set
Public Property Address As EndpointAddress
属性值
包含对等节点的网络地址的 EndpointAddress 对象,由此绑定创建的解析程序将在该对等节点上运行。