ProtocolReflector.ServiceUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取关联的 Web 服务的终结点(作为统一资源定位符 (URL)),该终结点从关联的 ServiceDescriptionReflector 对象获取。
public:
property System::String ^ ServiceUrl { System::String ^ get(); };
public string ServiceUrl { get; }
member this.ServiceUrl : string
Public ReadOnly Property ServiceUrl As String
属性值
关联的 Web 服务的终结点(作为统一资源定位符 (URL)),该终结点从关联的 ServiceDescriptionReflector 对象获取。