不希望在namespace中固定ip地址,要能让用户随时更改。
有什么方法可以用一个变量代替hardcode的URL么?
谢谢
<System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Web.Services.WebServiceBindingAttribute(Name:="Service1Soap", [Namespace]:="http://localhost/Dave_G/Service1")> _
Public Class DM_Proxy
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
...
...
--
FROM 130.203.154.*