ChannelToken.EndpointName 属性

定义

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

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

属性值

String

一个字符串,表示与服务进行通信时使用的自定义地址。

适用于