📄 reference.cs
字号:
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.1.4322.573
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
//
// 此源代码是由 Microsoft.VSDesigner 1.1.4322.573 版自动生成。
//
namespace ConfirmWebDisk.kao {
using System.Diagnostics;
using System.Xml.Serialization;
using System;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Web.Services;
/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="ApServiceWebSoap", Namespace="http://218.88.76.6/wlup")]
public class ApServiceWeb : System.Web.Services.Protocols.SoapHttpClientProtocol {
/// <remarks/>
public ApServiceWeb() {
this.Url = "http://localhost/wlup/apserviceweb.asmx";
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://218.88.76.6/wlup/corpServiceImpower", RequestNamespace="http://218.88.76.6/wlup", ResponseNamespace="http://218.88.76.6/wlup", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string corpServiceImpower(string secret) {
object[] results = this.Invoke("corpServiceImpower", new object[] {
secret});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BegincorpServiceImpower(string secret, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("corpServiceImpower", new object[] {
secret}, callback, asyncState);
}
/// <remarks/>
public string EndcorpServiceImpower(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://218.88.76.6/wlup/corpUserServiceImpower", RequestNamespace="http://218.88.76.6/wlup", ResponseNamespace="http://218.88.76.6/wlup", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string corpUserServiceImpower(string secret) {
object[] results = this.Invoke("corpUserServiceImpower", new object[] {
secret});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BegincorpUserServiceImpower(string secret, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("corpUserServiceImpower", new object[] {
secret}, callback, asyncState);
}
/// <remarks/>
public string EndcorpUserServiceImpower(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -