PeerCustomResolverSettings.Address 属性
定义
获取或设置自定义对等解析程序服务所在的对等节点的终结点地址。Gets or sets the endpoint address of the peer node hosting the custom peer resolver service.
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。EndpointAddress that contains the endpoint address of the peer node running the custom peer resolver service.