ProtocolReflector.ServiceUrl 属性

定义

获取从关联 ServiceDescriptionReflector 对象获取的关联 Web 服务的终结点,作为统一资源定位符(URL)。

public:
 property System::String ^ ServiceUrl { System::String ^ get(); };
public string ServiceUrl { get; }
member this.ServiceUrl : string
Public ReadOnly Property ServiceUrl As String

属性值

从关联的 ServiceDescriptionReflector 对象获取的关联 Web 服务的终结点作为统一资源定位符(URL)。

适用于