ProtocolReflector.ServiceUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取从关联 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)。