SendActivity.CustomAddress 属性

定义

获取或设置用于与服务通信的自定义地址。

public:
 property System::String ^ CustomAddress { System::String ^ get(); void set(System::String ^ value); };
public string CustomAddress { get; set; }
member this.CustomAddress : string with get, set
Public Property CustomAddress As String

属性值

其值为服务正在侦听的地址的字符串值。

注解

如果存在,则此值用于定义操作的终结点地址。

适用于