示例#1
0
        public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods)
        {
            SourceURI   = sourceURI;
            ServiceName = serviceName;
            WSDL        = wsdl;

            WebSvcMethods = webSvcMethods;
        }
示例#2
0
文件: WebSvc.cs 项目: umabiel/WsdlUI
        public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods)
        {
            SourceURI = sourceURI;
            ServiceName = serviceName;
            WSDL = wsdl;

            WebSvcMethods = webSvcMethods;
        }