示例#1
0
 public System.Threading.Tasks.Task <TextWebServiceClient2.TextWS2.toUpperResponse> toUpperAsync(string parm1)
 {
     TextWebServiceClient2.TextWS2.toUpperRequest inValue = new TextWebServiceClient2.TextWS2.toUpperRequest();
     inValue.Body       = new TextWebServiceClient2.TextWS2.toUpperRequestBody();
     inValue.Body.parm1 = parm1;
     return(((TextWebServiceClient2.TextWS2.TextWebServiceSoap)(this)).toUpperAsync(inValue));
 }
示例#2
0
 public string toUpper(string parm1)
 {
     TextWebServiceClient2.TextWS2.toUpperRequest inValue = new TextWebServiceClient2.TextWS2.toUpperRequest();
     inValue.Body       = new TextWebServiceClient2.TextWS2.toUpperRequestBody();
     inValue.Body.parm1 = parm1;
     TextWebServiceClient2.TextWS2.toUpperResponse retVal = ((TextWebServiceClient2.TextWS2.TextWebServiceSoap)(this)).toUpper(inValue);
     return(retVal.Body.toUpperResult);
 }
示例#3
0
 System.Threading.Tasks.Task <TextWebServiceClient2.TextWS2.toUpperResponse> TextWebServiceClient2.TextWS2.TextWebServiceSoap.toUpperAsync(TextWebServiceClient2.TextWS2.toUpperRequest request)
 {
     return(base.Channel.toUpperAsync(request));
 }
示例#4
0
 TextWebServiceClient2.TextWS2.toUpperResponse TextWebServiceClient2.TextWS2.TextWebServiceSoap.toUpper(TextWebServiceClient2.TextWS2.toUpperRequest request)
 {
     return(base.Channel.toUpper(request));
 }